Skip to main content

Home/ Coders/ Group items tagged languages

Rss Feed Group items tagged

john popu

free ebooks | ebooks free download - ebooksgalaxy - 0 views

  •  
    Computer science is the scientific and practical approach to computation and its applications. Free download computer science eBooks to broaden your knowledge and skills in different programming languages. Our computer science department will keep you up to date regarding latest eBooks, projects, assignments, presentations, notes, lectures etc. of computer science subjects. Time to face your future!
Fabien Cadet

Talk: The Care and Feeding of C++'s Dragons (speaker: Chandler Carruth) | channel9.msdn... - 1 views

  • Last year I described C++ as bearing the cautionary label ‘Here Be Dragons.’ And yet we’re all still writing C++ because it is the best programming language for the problems we face. In turn, we need a strategy to deal with the “dragons” that reside in large C++ code bases. The Dragon Book (my old compiler textbook) taught about a collection of tools to address the complexity of compiler design, and while our challenge is somewhat different, the approach remains the same. When a mere mortal programmer ventures forth to battle the complexity of large software systems in C++, they’re going to need some really good tools to help them. At Google, we’ve been building up a platform of such tools. I will introduce the platform and toolset, and show how to use them to write fast and correct C++ code, quickly and correctly.I will also give a peek into the future of the next generation of tools we’re working on and some of the really interesting changes to C++ that are coming in the next few years to help both programmers and these tools be ever more effective.
Claudiu Marginean

Prepros :: Compile Sass, less or any preprocessing language - 0 views

  •  
    "Preprocessing just got easier with Prepros Enjoy the dead simple design & development workflow"
Right dealz

Summer Time Math Instruction - 0 views

  •  
    Exponents, integers, square root....do these sound like a foreign language to you? So maybe mathematics is not your best subject, and helping your child understand them may be outside of your area of expertise.
Michael Collins

Top 10 Ways to Teach Yourself to Code - 0 views

  •  
    Very interesting article from lonekat. I have been teaching myself how to program for a while now.
Fabien Cadet

Edsger Dijkstra - How do we tell truths that might hurt? | 1975 - 4 views

  •  
    indianescorts4 pakistaniescortsdubai escortsdubaiescorts dubaiescorts9 indianescorts90 nightescort uaegirls uaescorts69 uaegirls344 dubai-elite-model uaegirls69 escortsportfolio dubaiescorts50 indianescorts dubaiescorts pakistani escorts in dubai indianescorts dubai kissing escorts fleshandhide flatleather
Joel Bennett

F# PowerPack - 3 views

  •  
    The F# PowerPack is a collection of libraries and tools for F#, provided by the F# team at Microsoft, but which is not part of the core F# release. The PowerPack include features such as a basic Matrix library and supporting math types, FsLex and FsYacc tools for lexing and parsing, support for using F# with LINQ-based libraries, and a tool for generating HTML documentation from F# libraries.
Joel Bennett

Doing Objects in VB.NET and C# - TerrySmith.net - 0 views

  •  
    A basic eBook on object-oriented programming in VB.NET and C#. Covers construction and destruction, events, delegates, interfaces and inheritance, and exceptions.
  •  
    We're a 100% free online dating site. View photos of singles in your area, see who's online now! Never pay for online dating, chat with singles here for free. www.sugarhoneys4u.com Match.com is the number one destination for online dating with more dates, more relationships, & more marriages than any other dating or personals site. www.killdo.de.gg 1 in 5 relationships now start online. Start dating for free with match.com, the dating site with more relationships & marriages than any other site.
Joel Bennett

C# Eval: An Embeddable Compiler - Miguel de Icaza - 0 views

  • Use C# as a scripting language for your application
  •  
    After the C# Interactive Shell... we now have C#'s eval function!
Kingdon Barrett

To Err is Human… » Being a Better Programmer #2: Don't Be a Missionary - 0 views

  •  
    Good thumbing material, for especially the day when your project is set to be in a language you don't know or can't read by the powers.
Joel Bennett

C# from a Java Developer's Perspective v2.0 - Dare Obasanjo - 0 views

  •  
    Dare Obasanjo updates his comparison of C# and Java to C# 2.0 and Java 1.5 and notices they've grown closer together ... but are probably about to diverge significantly with the release of C# 3.0

    At any rate this is a good overview for anyone who codes in either C# or Java and is interested in the other.

Joel Bennett

JavaScript Powered PHP Debugging - 0 views

  •  
    How to use javascript pop-ups for trace messages from PHP (or any other server-side development language)...
Joel Bennett

Crossing the Divide - Compile .Net to Java! - 0 views

  •  
    Grasshopper enables .NET developers to cross-compile Microsoft IL (i.e.: the output of any .NET programming language) to Java bytecode, using the open source Mono Project's class libraries.
Rajan Datta

AdaCore - Home > GNAT Pro > The Tokeneer Project - 0 views

  •  
    NSA Led Project for approach to highly secure systems. Keywords: ADA, Praxis, Correctness by Construction
Joel Bennett

Deriving from WebClient to handle persisting cookies for login - 0 views

  • Then just use the ExWebClient class to make your requests;
  • Public Class CookieWebClient : Inherits WebClient ' overridden to add cookie headers to http requests. Protected Overrides Function GetWebRequest(ByVal address As System.Uri) As System.Net.WebRequest Dim request As WebRequest = MyBase.GetWebRequest(address) If TypeOf request Is HttpWebRequest Then DirectCast(request, HttpWebRequest).CookieContainer = _cookies End If Return request End Function ' overridden to save cookies to the container for http requests. Protected Overrides Function GetWebResponse(ByVal request As System.Net.WebRequest) As System.Net.WebResponse Dim response As WebResponse = MyBase.GetWebResponse(request) If TypeOf response Is HttpWebResponse Then _cookies.Add(response.ResponseUri, DirectCast(response, HttpWebResponse).Cookies) End If Return response End Function ' overridden to save cookies to the container for async http requests. Protected Overrides Function GetWebResponse(ByVal request As System.Net.WebRequest, ByVal result As System.IAsyncResult) As System.Net.WebResponse Dim response As WebResponse = MyBase.GetWebResponse(request, result) If TypeOf response Is HttpWebResponse Then _cookies.Add(response.ResponseUri, DirectCast(response, HttpWebResponse).Cookies) End If Return response End Function Private Shared _cookies As CookieContainer = New CookieContainer End Class
« First ‹ Previous 141 - 160 of 249 Next › Last »
Showing 20 items per page