|
|
leniel
Stories kicked by leniel
|
|
submitted by
leniel
2 months, 10 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
|
category: Other | Views: 0
|
|
| tag it
Everyones tags: | Your tags: | |
No tags
|
|
|
|
|
submitted by
leniel
3 months, 8 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
|
category: Other | Views: 15
|
|
tags:
Algorithms, C++, search, QuickSort, Binary | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
leniel
3 months, 12 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
|
category: Other | Views: 1
|
|
tags:
screen, capture, screenshot, SnagIt | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
leniel
3 months, 17 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
|
category: Other | Views: 9
|
|
tags:
Operators, Bitwise, F# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
leniel
3 months, 22 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...
1 comment
|
category: Other | Views: 0
|
|
tags:
Builds, Nightly, Mozilla, Firefox | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
leniel
3 months, 23 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
|
category: Other | Views: 13
|
|
tags:
fsharp, F# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 3 months, 23 days ago, submitted by
leniel
3 months, 24 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...
1 comment
|
category: Other | Views: 7
|
|
tags:
fsharp, functional, F#, DustinCampbell, euler | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
leniel
4 months 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
|
category: C# | Views: 142
|
|
tags:
thread, safe, circular, C#, queue | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
leniel
4 months, 17 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
|
category: Other | Views: 4
|
|
| tag it
Everyones tags: | Your tags: | |
No tags
|
|
|
|
|
submitted by
leniel
5 months, 7 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
|
category: C++ | Views: 31
|
|
| tag it
Everyones tags: | Your tags: | |
No tags
|
|
|
|
|
submitted by
CharlieCalvert
5 months, 16 days ago
blogs.msdn.com — Mike Hendrickson from O'Reilly has published a survey of the technical book market. As when viewing the TIOBE site, I think it is wrong to extrapolate any broad conclusions about the development languages market from the data you see here. For instance, lots of developers are still writing batch files, it just so happens that the book-market for that syntax is small. Changes in the C/C++ market are slow, which means that developers stick with tried and true books for those very popular languages rather than rushing out to buy new texts. Nevertheless, it is interesting to at least view this data, especially if you happen to be interested in technical books or trends in the broader developer landscape. read more...
add a comment
|
category: C# | Views: 0
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
CharlieCalvert
5 months, 23 days ago
blogs.msdn.com — The success of the first Future Focus post has made it easy for us to continue sharing our plans for the future of the C# language. Last month we looked at a C# language feature called Dynamic Lookup. This month we switch our focus to the Visual Studio IDE as we investigate a new feature named Call Hierarchy. This feature will be implemented the same way for both C# and VB developers. We will therefore ask for comments from both communities. read more...
1 comment
|
category: C# | Views: 1
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
leniel
6 months, 20 days 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
|
category: C# | Views: 18
|
|
tags:
OpenGL, Framework, Tao, C#, robot | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
leniel
6 months, 21 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
|
category: Linq | Views: 0
|
|
tags:
LINQ | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
CharlieCalvert
6 months, 23 days ago
blogs.msdn.com — LINQ Farm Seeds are short posts designed to be read in a few minutes. In the previous seed we used the first overload of the C# 3.0 LINQ Aggregate operator to sum a list of numbers. In this post we'll work with a list of words. read more...
add a comment
|
category: Linq | Views: 30
|
|
tags:
LINQ | tag it
Everyones tags: | Your tags: | |
|
|
|
|

Sponsored Link: www.carlist.ie
Ads via The Lounge
|