Thứ Ba, 17 tháng 2, 2015

The Daily Build - 18 Feb 2015. Engineering Calculator VOLTA-814

The Daily Build - 18 Feb 2015. Engineering Calculator VOLTA-814
Click here Need Lightning-Fast Excel Calculations?
Use SpreadsheetGear to evaluate complex Excel-based models with the fastest and most complete Excel-compatible calculation engine available. Includes 398 Excel-compatible functions, multithreaded recalc, array formula support and more. Try it now!
Click here Learn to Build Websites Using the Latest Technologies!
ASP.NET, MVC, Web services, Java, JavaScript frameworks, Python, Ruby…learn it all and more with LearnNowOnline. Videos, eBooks, hands-on labs, code all included. Check out our course list and learn more.

New Articles, Tech Blogs and Tips

Applications & Tools

  (0 votes) by Elliot Balynn (updated 14 hours ago)
What do you do when your application becomes unresponsive due to potential deadlocks? I think the first thing to do is to identify exactly where the application hangs. To do this you should replace the lock(…) statement with it’s equivalent Monitor.Enter(…)/Monitor.Exit(…). M

ASP.NET

  (2 votes) by SaadZulfiqar (updated 11 hours ago)
For this, we don't need to worry about the path. Folder will automatically be created in the root folder of zip file.

C / C++ Language

  (1 votes) by Evgeny Zavalkovsky (updated 14 hours ago)
MI TLS(Multi Instance Thread Local Storage) is generalization of Thread Local Storage, introduced in C++11.

C#

  (7 votes) by D. Christian Ohle (updated 12 hours ago)
New Rational class to solve epsilon and robustness problems especially for graphics algorithms.
  (4 votes) by sachamanji (updated 16 hours ago)
This article demonstrates how to build a speech-to-text application in C# that can be used to take audio content and transcribe it into written words. This software can be really useful for those people who need to generate a huge amount of written content without neverending typing.
  (1 votes) by Peter FF (updated 11 hours ago)
The way of calculating amount of memory occupied by some object in C#.NET
  (0 votes) by Christ Akkermans (updated 18 hours ago)
Code for verifying the resources used by DisplayAttribute in order to catch any missing resource strings

Code Generation

  (1 votes) by Elliot Balynn (updated 5 hours ago)
In parallel programs is very important to regard cache size and hit rates on a single CPU, but it’s even more important to to consider how the caches of multiple processors/cores interact. Let’s consider a single representative example, which demonstrates the important cache optimisation

Cross Platform

  (0 votes) by Feature Extraction (updated 5 hours ago)
In this article I will cover the steps to set up Apache Cordova. I’ll first set up the Android SDK, an Android Virtual Device, Apache Ant and finally, Cordova. I will then use Cordova to create a starter cross-platform mobile app, and run it on the Android virtual device. I have performed this
  (0 votes) by Feature Extraction (updated 5 hours ago)
I’ve been using Git for well over a year to manage my software projects. I was blown away by it’s fantastic branching capabilities, which helped me try new ideas and prototype stuff at breakneck speed. So I thought I’d share my experiences with it. This is the first article in a se

Design and Architecture

  (2 votes) by Nick Rogozhnikov (updated 21 hours ago)
Software project detailed estimation and professional proposal creation

DLLs & Assemblies

  (5 votes) by Alberto Molero (updated yesterday)
Zlib compress / decompress implementation using .Net 4.5.1, with no external DLL's

Game Development

  (4 votes) by Vahe Karamian (updated 3 hours ago)
The second article in a series to discuss Unity 3D and how to get started with your own 3D projects.
  (1 votes) by Vahe Karamian (updated 2 hours ago)
The third article in a series to discuss Unity 3D and how to get started with your own 3D projects.

GPU Programming

  (0 votes) by Ryan S White (updated 2 hours ago)
an assembler/compiler for AMD's GCN (Generation Core Next Architecture) Assembly Language

Grid & Data Controls

  (0 votes) by Gunaprasad Shetty (updated 14 hours ago)
The article provides you code for implementing Search in your gridview using Jquery.
  (0 votes) by Arian Celina (updated 15 hours ago)
This is going to be a very short post, but could be of use if you did not know about this Many times, for the purpose of demonstration when I teach AJAX requests to my students, I see the need to have a sample json dataset for easy consuming through AJAX requests. So basically what... Continue readi

IoT on Azure

  (0 votes) by apmyhr (updated 8 hours ago)
Turn your smartphone into the Eyes and Ears of your Quadcopter drone.

Libraries

  (1 votes) by Cinchoo (updated yesterday)
Tip showing on using User Defined Types as Configuration Values

Miscellaneous

  (2 votes) by Marc Clifton (updated 6 hours ago)
Using a couple open source packages, I glue together a tweet stream and display the word hits in a word cloud using a force directed graph.

Other .NET Languages

  (0 votes) by MarkPearlCoZa (updated 14 hours ago)
Don't trust the other poor reviews on this book. This is a great book for a particular type of reader. If you are an experienced developer but are wanting to ramp up on MVC in .Net then this book is for you. If you are an experienced MVC developer and are wanting to understand the depths of MVC4

Reviews on Third Party Products and Tools

  (0 votes) by Ronnie Mukherjee (updated 23 hours ago)
Introduction Last summer I chose JavaScript as an area of focus. When I blogged about this, one of the comments suggested I take a look at TypeScript (thanks Federico). Since that time I have started using TypeScript and with the recent release of TypeScript 1.4, it seemed like a good time to write

SharePoint Server

  (2 votes) by bradcurtis74 (updated yesterday)
A Sample using AngularJS with Sharepoint OnLine

Shell and IE programming

  (1 votes) by Gautham Prabhu K (updated 12 hours ago)
Using getopts in shell scripting to handle command line arguments.

Static & Panel Controls

  (0 votes) by Singh Rajendra (updated 11 hours ago)
A scrolling static test control in WTL

Testing and QA

  (0 votes) by NghiaDo (updated 19 hours ago)
Field Catalog - Documentation System. Part One - Introduction

Uncategorised Technical Blogs

  (0 votes) by Elliot Balynn (updated 11 hours ago)
This implementation improves the behaviour of the standard ObservableCollection when dealing with a large number of elements.
  (0 votes) by Elliot Balynn (updated 14 hours ago)
Fundamentals Each process has its separate address space. The CLR allocates a segment in memory to store and manage objects. This address space is called managed memory heap as opposed to a native heap. All threads in the process allocate objects on the managed object heap How Garbage Collection Wor

Windows Communication Foundation

  (2 votes) by TalentTuner Team (updated 21 hours ago)
In this article, I'll describe how to use NetNamePipe binding in a WCF application.
  (2 votes) by TalentTuner Team (updated yesterday)
In this article, I'll describe how to use NetTcp binding in a WCF application.

You may also like...

Research Library

Updated Articles, Tech Blogs and Tips

Azure

  (3 votes) by DrABELL (updated 12 hours ago)
Migration from VS2010->VS2012->Azure cloud computing: practical and didactic aspects
  (2 votes) by DrABELL (updated 12 hours ago)
NY Trivia Quiz w/backend Database migration to Azure cloud
  (0 votes) by Eugene Chuvyrov & Fabien Lavocat (updated 15 hours ago)
iOS app and Windows Phone app entries for Dun and Bradstreet Developer Challenge

Boards / Embedded devices

  (12 votes) by Jan Dolinay (updated 15 hours ago)
This article describes software library for the FRDM-KL25Z board which allows writing programs for this board using the Arduino API.

C#

  (26 votes) by Mika Wendelius (updated 13 hours ago)
This article shows how to build a responsive directory size browser application utilizing threading. The source code includes both C# and VB.Net

Files and Folders

  (20 votes) by aodennison (updated 15 hours ago)
Contrary to several articles, connection strings may be saved to app.config with just a few lines of code.
  (17 votes) by Alberto Molero (updated 14 hours ago)
This article describes the file format NBT and shows how can be implemented in a real application to store data.

Game Development

  (11 votes) by Vahe Karamian (updated 3 hours ago)
The first article in a series to discuss Unity 3D and how to get started with your own 3D projects.

Tablets and All-in-Ones

  (14 votes) by DrABELL (updated 13 hours ago)
Employment Tax computation and Payroll management app for Windows 8: contest entry
  (7 votes) by DrABELL (updated 13 hours ago)
5-in-1 educational software package for Tablet PC/Win8: Fraction Calculator, Prime Factoring, Linear, Quadratic and System of Equation solvers (AIC-2013)
  (6 votes) by DrABELL (updated 13 hours ago)
Win8/Tablet PC app allows inflation calculation on individual products and basket of goods (AIC-2013)
  (4 votes) by DrABELL (updated 13 hours ago)
App implements bi-directional semantic phone number-to-text converter, extended with novel Lottery+Quiz engine
  (4 votes) by DrABELL (updated 13 hours ago)
Innovative Market Data analytical and Equities/Derivatives Quantitative Trading Engineding
  (2 votes) by DrABELL (updated 13 hours ago)
Store securely credit cards' structured meta-data, like contact info, PIN, APR on balance transfer/purchase/cash advance, and other terms/conditions
  (2 votes) by DrABELL (updated 13 hours ago)
Financial/investment IS to calculate P&L and multiple performance metrics: includes novel TabletPC UI

Ultrabooks

  (28 votes) by DrABELL (updated 12 hours ago)
Engineering Calculator VOLTA-814 (Productivity Software contest submission) was originally developed as HTML5 web application and later converted into desktop app using Intel's AppUp encapsulator. The latest version for Win 7/8 released in 2014 is built on .NET/WPF.
  (13 votes) by DrABELL (updated 12 hours ago)
Educational software package for Microsoft Windows® 7/8 contains "5-in-1" School Math Calculators and Equation Solvers intended for students and educators
  (2 votes) by DrABELL (updated 12 hours ago)
Article describes concept/implementation of using novel Ultrabook™ features to extract and anylize road conditions and vehicle movement dynamics

Không có nhận xét nào:

Đăng nhận xét