DotNetKick.com is an open-source project. Please report any bugs and let us know your great suggestions. Currently running svn revision 620 (rss)

Kick Spy!, Kick Zeitgeist and Kick Widgets

leniel Subscribe to this feed
leniel
Profile Kicked Submitted Comments Tags Friends Kicked By Friends Submitted By Friends

Stories submitted by leniel
1
kicks
submitted by leniel 3 months, 22 days ago

lenielmacaferi.blogspot.com — The crescent demand for enterprise management software has as key factor big companies, which need to manage millions of records trying with that: find a better way of working with so great amount of information available in their huge databases and get to the target of their business. How this kind of software is used and what to expect from the future? Some thoughts about it. read more...

Add a comment add a comment | category: | Views: 0
| tag it

1
kicks
submitted by leniel 4 months, 19 days ago

lenielmacaferi.blogspot.com — This is about a paper entitled Quicksort and Binary Search Algorithms. A fantastic subject that is used throughout the the computer science filed. In the paper you'll see the intrinsic nature of each algorithm as well as a functional implementation of such algorithms in the C++ programming language. Both algorithms perform well in huge data sets. read more...

Add a comment add a comment | category: | Views: 16
tags: , , , , | tag it

1
kicks
submitted by leniel 4 months, 24 days ago

lenielmacaferi.blogspot.com — Ever wondered how to capture your computer screen without the need of having to do a post image processing as cropping the parts that don't matter? Well, your problems will come to an end when working with screen capture. Try SnagIt and you'll see how easy and fast it is when what you want is to get a screenshot. You can even edit the screenshot. read more...

Add a comment add a comment | category: | Views: 1
tags: , , , | tag it

2
kicks
submitted by leniel 4 months, 28 days ago

lenielmacaferi.blogspot.com — A sample that makes use of F#'s bitwise operators to encode (signed) 32-bit integers into 1, 2, or 5 bytes, represented by returning a list of integers. Integers in the range 0 to 127 return a list of length 1. A detailed review of the bitwise operations is provided so that you can better realize what's going on during the encoding process. read more...

Add a comment add a comment | category: | Views: 10
tags: , , | tag it

1
kicks
submitted by leniel 5 months, 3 days ago

lenielmacaferi.blogspot.com — Because I like Firefox so much I decided to write something about the nightly builds of its next version 3.0. See for yourself some of the great features that this web browser has. It is completely customizable with support to lots of upcoming technologies. Using the nightly builds you'll have the chance of experimenting such upcoming innovations. read more...

Add a comment 1 comment | category: | Views: 1
tags: , , , | tag it

5
kicks
submitted by leniel 5 months, 4 days ago

lenielmacaferi.blogspot.com — A brief introduction to the F# programming language that will be the next one to integrate Microsoft Visual Studio. From the point of view of a C# programmer there's a lot you must learn to master the new concepts related to this powerful functional programming language. See where to download the F# compiler bits and start programming today. read more...

Add a comment add a comment | category: | Views: 15
tags: , | tag it

17
kicks
published 5 months, 4 days ago, submitted by leniel 5 months, 5 days ago

diditwith.net — For the past several months, I've been using F# to solve at least two Project Euler problems each week. I find this is a great way to sharpen my math skills and my F# skills simultaneously. If you're looking for a way to flex your programming muscles, you really should check out Project Euler. read more...

Add a comment 1 comment | category: | Views: 8
tags: , , , , | tag it

2
kicks
submitted by leniel 5 months, 11 days ago

lenielmacaferi.blogspot.com — While completing a screen for a Software Development Engineer in Test (SDTE) position at Microsoft I had to implement a thread safe circular queue. The question asked: Implement a circular queue of integers of user-specified size using a simple array. Provide routines to initialize(), enqueue() and dequeue() the queue. Make it thread safe. read more...

Add a comment add a comment | category: | Views: 198
tags: , , , , | tag it

1
kicks
submitted by leniel 5 months, 28 days ago

lenielmacaferi.blogspot.com — In this post I use a sample spreadsheet that stores the grades of a college student to show how to create a pivot table and a pivot chart using Microsoft Excel 2007. A pivot table is extremely helpful when we want to summarize data through different forms. A PivotChart can be used to display a PivotTable's summarized data. read more...

Add a comment add a comment | category: | Views: 4
| tag it

1
kicks
submitted by leniel 6 months, 18 days ago

lenielmacaferi.blogspot.com — When I had to hand in the work for the artificial intelligence discipline, the teacher wanted the code in C++ and I had already started developing the code in C#. The result was two versions of the same functions. The code presented uses an adjacency matrix to represent the links between the cities that are part of the Romania map. Read to the end. read more...

Add a comment add a comment | category: | Views: 47
| tag it

1
kicks
submitted by leniel 8 months, 1 day ago

lenielmacaferi.blogspot.com — A computer graphics article about the virtual implementation of a robot arm with the help of OpenGL and C#. The robot arm is operated with the keyboard and mouse support. It's an interesting topic since the importance of projects related to the field of computer graphics in simulations has been growing a lot during the last years. read more...

Add a comment add a comment | category: | Views: 19
tags: , , , , | tag it

2
kicks
submitted by leniel 8 months, 3 days ago

lenielmacaferi.blogspot.com — The LINQ Project is a codename for a set of extensions to the .NET Framework that encompass language-integrated query, set, and transform operations. As a result of my graduation project in the computer engineering course I ended up with a concise document describing the idea behind LINQ. read more...

Add a comment add a comment | category: | Views: 0
tags: | tag it

1
kicks
submitted by leniel 8 months, 12 days ago

diditwith.net — Today, I want to take a brief detour from our excursions into C# 2.0 and examine the C# 3.0 example from my recent article on higher-order functions... read more...

Add a comment add a comment | category: | Views: 0
tags: | tag it

1
kicks
submitted by leniel 8 months, 15 days ago

lenielmacaferi.blogspot.com — A virtual office is an alternative for those that are starting up a new company because it permits the company's owner to focus more on the services being offered than all other peculiarities inherent to the establishment of a physical place and further necessities such: furniture, equipments, client reception, etc. read more...

Add a comment add a comment | category: | Views: 0
| tag it

1
kicks
submitted by leniel 8 months, 15 days ago

lenielmacaferi.blogspot.com — A distributed database is formed by a collection of multiple databases logically interrelated in a computer network. The top-down approach when used in distributed databases correlates a series of stages for the construction of a distributed database project beginning from the ground and is employed in homogeneous systems. read more...

Add a comment add a comment | category: | Views: 0
tags: | tag it

1
kicks
submitted by leniel 8 months, 15 days ago

lenielmacaferi.blogspot.com — The client server architecture is a computer architecture which separates a client computer from a server computer and is most implemented in a computer network such as the Internet. Practically all the services that are present in the Internet are based on this architecture. read more...

Add a comment add a comment | category: | Views: 0
tags: | tag it

 

Sponsored Link: www.carlist.ie

Search:

Ads via The Lounge