Skip to content

IT & Infrastructure

General IT Discussions

This category can be followed from the open social web via the handle it-infrastructure@forum.codeproject.com

6.1k Topics 18.2k Posts
  • MODI Microsoft Document Image Viewer 11 and 12

    help question announcement
    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • Regarding deployment

    csharp database sysadmin question
    2
    0 Votes
    2 Posts
    2 Views
    A
    ClickOnce[^]. Adam Maras | Software Developer Microsoft Certified Professional Developer
  • Looking for general syntax converter

    question lounge
    4
    0 Votes
    4 Posts
    2 Views
    D
    Hello! You need a parser for C language. Certainly, there are many of such, but if you need some customized, you have to create your own. There are several methods: 1. By writing a simple regexp-based parser. I've implemented such one for SQL (project located at: http://code.google.com/p/sql2asciidoc/, source code of core functionality implementation, in Python is here) it parses SQL DDL commands and describes DB structure in AsciiDoc markup language. If parsing typical fragments of C source for documentation purpose is all you need - this approach is appropriate. 2. By using formal grammar of the language in any of parser generator, such as yacc or bison. Practically, it provides possibility of translating source from one programming language to another, but is more complex than simple regexp parsing. Brief documentation about this approach could be found here and here. Formal grammar for ANSI C also exists and could be obtained: (Yacc grammar), (Lex specification). If you decide to work on this, contact me (avsd05 @ gmail com), because I deal with similar problem.
  • 0 Votes
    2 Posts
    2 Views
    L
    How about a HTML Application[[^](http://msdn.microsoft.com/en-us/library/ms536496\(VS.85\).aspx target= "New Window")]"? I've seen quite some good installers and browsers include some nice apps. You can use JavaScript or VBScript, and the speed is quite acceptable. This would be a example[^] that you can browse through, to evaluate the feasability of this option.
  • WCF Webservice to be consumed by SAP-PI

    csharp wcf business sales tutorial
    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • ISV - hosting app with term services

    database sql-server sysadmin hosting security
    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • (Vista 64) Sharing folder takes a long time... normal ?

    question
    2
    0 Votes
    2 Posts
    2 Views
    L
    Yes I have noticed that too, with a folder containing some 3000 folders on XP32. My advice is to not explore a remote folder with lots of content; part of a solution is to move the large number of files down one folder level (so the map network drive that opens explorer on it hasn't much to show,l just one folder), AND to make sure you don't ever need the list of the large content in say an OpenFileDialog. :) Luc Pattyn [Forum Guidelines] [My Articles] The quality and detail of your question reflects on the effectiveness of the help you are likely to get. Show formatted code inside PRE tags, and give clear symptoms when describing a problem.
  • Focus issue

    question c++ design sysadmin security
    2
    0 Votes
    2 Posts
    2 Views
    P
    It's probably going to be C, but I'd imagine that C++ would be a strong candidate there. "WPF has many lovers. It's a veritable porn star!" - Josh Smith As Braveheart once said, "You can take our freedom but you'll never take our Hobnobs!" - Martin Hughes. My blog | My articles | MoXAML PowerToys | Onyx
  • What should i use to generate and print letters

    database tools question wpf testing
    8
    0 Votes
    8 Posts
    2 Views
    J
    Check out Printshop Mail. It probably does everything you want it to do. But it's expensive.
  • How to make my pc run fast?

    csharp asp-net help tutorial question
    7
    0 Votes
    7 Posts
    2 Views
    L
    PeteIsGreat2 :-D Luc Pattyn [Forum Guidelines] [My Articles] The quality and detail of your question reflects on the effectiveness of the help you are likely to get. Show formatted code inside PRE tags, and give clear symptoms when describing a problem.
  • Database Used By Google [modified]

    csharp asp-net database architecture question
    7
    0 Votes
    7 Posts
    2 Views
    K
    Hemal J. Bhatt wrote: 1. Which Database architecture Used By Google Google File System, BigTable. Hemal J. Bhatt wrote: 2. Which language used by Google to develop their Different Products The main languages are C++, Java and Python. Kevin
  • Y2.01K Bug [modified]

    help c++ html com
    2
    0 Votes
    2 Posts
    6 Views
    L
    A true coding horror! :omg: I are Troll :)
  • Information Management System

    learning
    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • Drupal-granting permissions

    question php
    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • web application with xml

    question csharp asp-net xml
    3
    0 Votes
    3 Posts
    2 Views
    R
    Your question is not giving clear picture of what exactly you are looking for. However for data sync between applications, you can use ASP.Net web services.
  • Getting Certified... On the cheap?

    question algorithms help
    2
    0 Votes
    2 Posts
    2 Views
    R
    You can just get hold of books and study at home and then directly register for your exam only and clear it. For locating the exam center and the exam fee, visit the site http://www.prometric.com/Microsoft/default.htm and for clarity of exams and topics visit the site http://www.microsoft.com/learning/en/us/certification/cert-overview.aspx Hope this helps you.
  • 0 Votes
    3 Posts
    2 Views
    S
    Maybe the domain expired a few days ago and the owner still have the option to recover it...dont know Try and buy it...if anything goes wrong you can always get a refund Employee Time Tracking
  • Esitmating and budgeting with a "Compute Hour"

    cloud hosting question asp-net database
    2
    0 Votes
    2 Posts
    2 Views
    L
    I guess that "computing time" is the time that you're using the CPU in a normal computer. Open up your task-manager and look at the load on your CPU, you'll find that it's often idle, doing nothing. Now go to the "Processes" tab, click the menu "View" and then "Select Columns" - you'll find a column called "CPU time". That's the time that a CPU spends on raw processing for that application. I don't think that you need to pay for the idle time during those 8 workhours, effectively reducing your cost to a fraction of the original calculation.
  • 0 Votes
    2 Posts
    2 Views
    R
    Try and check whether you can retrieve the source code from the Team Foundation Server :)
  • file / folder monitoring tool

    beta-testing tools question code-review
    1
    0 Votes
    1 Posts
    1 Views
    No one has replied