CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: mikeduke1290

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    17,426

    Re: MatLab help needed

    Common errors in matlab:-
    1. Error using * Inner matrix dimensions must agree.

    2. Index exceeds matrix dimensions.

    3. Subscript indices must either be real positive integers or logicals.

    4....
  2. Replies
    1
    Views
    5,759

    Re: A picture book written in C code

    A picture book written in C code! The book is called A Day in Code and it contains simple fun code examples that tell a story. Each code page contains a simple full C program that describes a...
  3. Replies
    1
    Views
    7,065

    Re: In need of a Proxy provider

    To narrow down your selection to the best and most attractive options, it's best to take a look below at the proxy providers we listed.
    Scraper API.
    Oxylabs.
    ATCproxys.
    Mitmproxy.
    Infatica....
  4. Replies
    8
    Views
    10,033

    Re: SQL Numeric conversion

    The process of changing data type of a value into another data type is referred to as data type conversion and also almost all programing languages include some type of data converting functions or...
  5. Replies
    4
    Views
    7,858

    Re: SQL Server Backup recovery

    Take a backup
    Launch SQL Server Management Studio (SSMS) and connect to your SQL Server instance.
    Expand the Databases node in Object Explorer.
    Right-click the database, hover over Tasks, and...
  6. Re: Icons are not seen after installation of an APP

    Do you mean the apps are there, but the icons aren't showing? Have you tried launching any? Did it work? If yes, then you should probably restart the device, else you might be restoring the backup...
  7. Re: How to design this website while adhering to objectives?

    Principles Of Good Website Design
    1. Don’t Make Users Think
    2. Don’t Squander Users’ Patience
    3. Manage To Focus Users’ Attention
    4. Strive For Feature Exposure
    5. Make Use Of Effective...
  8. Replies
    5
    Views
    14,591

    Re: What to improve in my site?

    Ways to Fix Your Site Immediately

    1. Add a Value Proposition
    2. Website Navigation
    3. Call to Action Text
    4. Call to Action Colors
    5. Try The 10-Foot Test
    6. Carousels
    7. Social Proof
    8....
  9. Re: Can anyone help me to Run this Matlab simulink file

    Use the below code for GUI button:-

    if true
    [filename,pathname] = uigetfile('simulink');% to browse the file
    [pathstr,name,ext]=fileparts(filename) %to get only the name of selected file...
  10. Re: Are 64-bit applications better than 32-bit applications on a 64-bit system?

    On the surface, it might seem like running 32-bit apps in a 64-bit environment is bad—or less than ideal, anyway. After all, 32-bit apps aren’t taking full advantage of the 64-bit architecture....
  11. Replies
    2
    Views
    8,506

    Re: Rust Language Rocket Framework

    Rust is a multi-paradigm programming language focused on performance and safety, especially safe concurrency. Rust is syntactically similar to C++, and provides memory safety without using garbage...
  12. Replies
    4
    Views
    5,909

    Re: How do I upgrade to C# 8?

    o target different/latest c# version (. NET Core 3 and C# 8)
    Open the project properties window (right click on project, select properties)
    Select 'Build' from the left hand side options.
    Scroll...
  13. Re: Looking for software to divide a A4 page into multiple parts ?

    First, open the PDF file that you want to break into different parts. Click on the Tools pane, Pages panel and select the Split Document command. The Split Document dialog allows you to control the...
  14. Re: the right language for Telecom server development

    Erlang!

    Telecommunications needed a special language to handle the heavy load of users (concurrency), and it’s become an industry standard. It was designed by the top dog in telecom, Ericsson.
    ...
  15. Replies
    28
    Views
    39,294

    Re: Best CMS for web design

    Best CMS Platforms to Start a Website in 2020
    1. WordPress
    2. Joomla!
    3. Drupal
    4. Typo3
    5. Serendipity
    6. Dotclear
    7. ImpressPages
    8. Chamilo
  16. Replies
    5
    Views
    9,900

    Re: Backup & Recovery software

    Below mentioned are some of the best backup & recovery softwares :-

    Cyber Backup
    Synology Active Backup
    Backblaze
    Carbonite
    Novabackup

    Hope this information is helpful to you
  17. Re: How Much Does It Cost to Build a Bootstrap Website?

    The expense of building Bootstrap website is determined by country, your design, which kind of functionalities you would prefer to add in your web site.
    Approx website building expense is between...
Results 1 to 17 of 17





Click Here to Expand Forum to Full Width

Featured