Search Results
The following posts are tagged as 'C':
-
C# Utility Class - Mersenne Twister
An improved random-number-generating class vs. the .NET
Randomclass.http://geeksneversleep.com/code/c-utility-class-mersenne-twister
-
Overloading Constructors in Java
A quick tutorial on constructor overloading in Java.
http://geeksneversleep.com/tutorials/overloading-constructors-in-java
-
Using LINQ to Easily Serialize an Exception to XML
Just another mindless entry...
http://geeksneversleep.com/code/using-linq-to-easily-serialize-an-exception-to-xml
-
Why I (Occasionally) Use Empty Statements
Just another mindless entry...
http://geeksneversleep.com/blog/why-i-occasionally-use-empty-statements
-
Project: Ruby in .NET
A code snippet to demo Ruby, as developed with Visual Studio 2008 and Ruby-in-Steel.
-
Project: COBOL in .NET
Fun with COBOL in .NET...
-
Using IEnumerable Is Better Than Returning Lists
Just another mindless entry...
http://geeksneversleep.com/blog/using-ienumerable-is-better-than-returning-lists
-
Thinking About the Past...
Looks like my midlife crisis is coming early...
-
A Discussion of Class
A brief discussion of classes within the context of object-oriented programming.
-
C#, XML, and LINQ: Adding Nodes to an XML File
Another example of how useful LINQ is when we are having fun with XML.
http://geeksneversleep.com/tutorials/c-xml-and-linq-sample-2
-
C#, XML, and LINQ: Load & Parse an XML File
An example of how useful LINQ is when we are having fun with XML.
http://geeksneversleep.com/tutorials/c-xml-and-linq-sample-1
-
Fun with LINQ
Waxing poetic about LINQ...
-
PHP Referrer Snippet
A PHP referral script.
-
Shorthand Properties = Lazy Programming, IMHO
A short discussion of why I dislike shorthand property syntax in C#.
http://geeksneversleep.com/blog/shorthand-properties-lazy-programming-imho
-
W3Schools is teh awesomeness
Giving credit where it's due for a nice feature in my new portfolio script.
:)
http://geeksneversleep.com/blog/w3schools-is-teh-awesomeness
-
falcon1986 is my hero...
Giving some love to a man only known as "falcon1986" for his most helpful article.
-
Rolling, rolling, rolling...
Just another mindless entry...
-
CSS Template 1
A simple CSS template, plus links to download the source.
-
I think I have a problem...
Hi. My name is Tieson, and I'm an addict...
:p
-
Nifty Corners = Sah-weeeeet...
Nifty Corners, how do I love thee? Let me count the ways...
-
Creating A C++ Console Application, Part 1
A short walk-through on how to create the ubiquitous "Hello, world" sample program.
http://geeksneversleep.com/tutorials/creating-a-cplusplus-console-application-part-1
-
Debt Repayment Calculator, Part One
Part One of a tutorial where we build code to calculate the various aspects of repaying a debt.
http://geeksneversleep.com/tutorials/debt-repayment-calculator-part-one
-
The Many Faces of the Hyperlink Element
A few of the uses for the hyperlink HTML element.
http://geeksneversleep.com/tutorials/the-many-faces-of-the-hyperlink-element
-
IE8 RC1? Not Too Shabby!
There is hope, yet...
-
C# Sample: Timing Class
A snippet and a download for a C# class, Timing.cs
-
C# Sample: RandomDataSet Class
A snippet and a download for a C# class, RandomDataSet.cs
http://geeksneversleep.com/code/csharp-sample-randomdataset-class
-
OOP and C#: Making a Sample Class
This is a general tutorial of how to use C# to develop a class.
http://geeksneversleep.com/tutorials/oop-and-csharp-making-a-sample-class
-
HTML + CSS = A Calendar? Cool!
A tutorial detailing how to create a calendar date widget for a web site.
-
Opining About My Future
Just another mindless entry...
-
My Favorite Free Security Software
The security software I know and love... more or less.
:p
http://geeksneversleep.com/blog/my-favorite-free-security-software
-
Java Classes
A short rundown of a few of the key points to consider when developing a Java class.
-
Visual Basic
First rule of GeeksNeverSleep: We don't talk about VB...
:p
-
An Interesting Use of a C# Foreach Loop
Here, I present a small code snippet for clearing text from TextBox controls in a C# Windows project.
http://geeksneversleep.com/blog/an-interesting-use-of-a-csharp-foreach-loop
-
Coding Like Forrest Gump
I'm kinda tired. Think I'll go home now...
-
Pretty URLs For Everyone!
A simple example of how to use a .htaccess file.
http://geeksneversleep.com/tutorials/pretty-urls-for-everyone
-
Why Sherlock Holmes Would Have Made A Kick-Ass Programmer
Telling a short story about what a dumbass I can be...
:p
http://geeksneversleep.com/blog/why-sherlock-holmes-would-have-made-a-kick-ass-programmer
-
Java: Multi-Platform Powerhouse
Ask most
techie
people what drives the web, and a fair portion of those people will say,Java
... -
C# : Creating a Custom Class
It's probably just my infatuation with C# that makes me say this, but I find creating classes in C# much easier than any other language I've learned.
-
C# : .NET's Native Tongue
Built from the ground up to implement the .NET framework. Highly managed. My first choice to code with.
-
C/C++ : Creating a Custom Class
Like any object-oriented programming language, C++ implements the class logical construct to enforce the ideas of encapsulation, inheritance, and polymorphism.
-
C/C++ : Includes
C and C++ have a robust code library behind them. Add them to your code using the
includedirective. -
C/C++ : Power at Your Fingertips
Fast, versatile, customizable. My go-to choice when all else fails.
-
MySQL: OpenSource Data Storage
According to Wikipedia, MySQL is a multi-threaded, multi-user SQL database management system (DBMS). MySQL seems to be the database system of choice for most Open Source projects, possibly because it is licensed under the GNU/GPL, or GNU General Public License.
-
JavaScript
Wikipedia:
JavaScript is a scripting language most often used for client-side web development. It was the originating implementation of the ECMAScript standard. As such, it is a dynamic, weakly typed, prototype-based language with first-class functions. -
Drupal: Open Source CMS
Drupal is an OpenSource content management system.
-
Content Management System
Sometimes, we need some help keeping our stuff organized. A CMS system eases the complexity involved with managing a website...
http://geeksneversleep.com/articles/content-management-system
-
PHP Hypertext Preprocessor
PHP is an object-oriented programming language, based on C, whose primary purpose is to create dynamic web-pages through a process known as "server-side scripting."
http://geeksneversleep.com/reference/php-hypertext-preprocessor
-
Cascading Stylesheets
Using a
cascading style sheet
, it is possible to reduce theweight
, or file size, of a HTML source document by several factors. A CSS file defines rules for the presentation of the content within the HTML file it is linked to or embedded in. These rules allow the page designer to apply the same styling to multiple elements within the page without having to repeat the styling code over and over again. -
Conditional Statements
Here you can review some samples I threw together for demonstrating conditional statements in the few languages I have experience in.
Enjoy!
-
GNU & Linux Distros
I struggle to avoid the fan-boy label, but I will admit that I prefer at least the ideology behind the OpenSource movement. To that end, I have assembled a list of distributions that have caught my attention at one point or another...
-
Development Tools
From coding to simple image editing, these are my go-to applications.
-
HTML 4.01 / XHTML 1.0 Reference
A tabular listing of all available HTML/XHTML element tags.
-
Object-Oriented Programming
Most "modern" programming languages implement a concept called "OOP," or Object Oriented Programming. We're tactile animals, and apparently we like our code to allow us to mentally "grasp" our logic structures...
http://geeksneversleep.com/articles/object-oriented-programming
-
Generic Code
Generic code, otherwise known as pseudocode, is really nothing more than a first approximation of the logic of your program, but written in a very readable manner.
-
Tutorial One: HTML >> PHP
This tutorial walks you through converting a static HTML web page to a dynamically-built PHP script.
-
It's Project Time!
Just a quick blurb about a new OpenSource project I may have in the works.
-
What Ever Happened to Thinking Logically?
What, me opinionated? Never...
Ok, maybe I am, but hey, I calls 'em as I sees 'em.
http://geeksneversleep.com/blog/whatever-happened-to-thinking-logically
-
Obsession of the moment: M-V-C
For this entry, I get all moon-eyed over a couple of new PHP frameworks.
http://geeksneversleep.com/blog/obsession-of-the-moment-m-v-c
