Skip to main content

Home/ Programming/ Group items tagged In

Rss Feed Group items tagged

Richard Boss

Store Multiple Types of Data in a Single File Using NSFileWrapper in iOS - 0 views

  •  
    In this article, lets see how to use NSFIleWrapper in iOS for store multiple types of data in a single file
Richard Boss

Query Optimization using ColumnStore Index in MSSQL Server - 0 views

  •  
    In this article you will learn about Columnstore index that is a new concept introduced in MSSQL server 2012 which stores data in columnar format.
Andrey Karpov

Errors detected in Open Source projects by the PVS-Studio developers through static ana... - 0 views

  •  
    We regularly check various open-source projects with PVS-Studio and send analysis results to developers and usually describe them in our posts as well. Besides, we add them into our bug database. This database is posted below on this page. The bugs are grouped according to the number of the diagnostic rule that is used to detect them. This number is given in the left column. Click on it to see the diagnostic rule description in the documentation. The right column contains a link to the corresponding error samples. Some diagnostics haven't detected any bugs in open-source projects yet. The lower you are in the list, the more diagnostics with no error samples there will be. The reason is simple: the later a certain rule had been added, the fewer projects were analyzed with this rule included into the rule set and therefore the fewer chances for it to demonstrate its capabilities.
Andrey Karpov

C++ Hints - 0 views

  •  
    The PVS-Studio team has analyzed over 200 open-source projects with their static code analyzer. Among them are such titles as Unreal Engine, Php, Haiku, Qt, and even Linux. In each of these projects, bugs of varying severity were detected. The team regularly reports the analysis results in their blog. Each post is a separate article of several pages, describing in detail each of the bugs found and giving recommendations on how to fix them. The PVS-Studio team decided to go further to create a service of tips and recommendations on C/C++ usage, CppHints.com, in addition to the practice of writing articles. Within the scope of this service, the team publishes 1 recommendation/tip per day. Each publication delivers concentrated information on C/C++ programming approaches and techniques used in various situations and includes examples of correct and incorrect language use from over 200 open-source projects.
Richard Boss

Steps to Write PHP Code in Joomla Article | TechNet - 0 views

  •  
    This article explores you how to follow steps to write PHP code in Joomla article. In this post, you will get full information. Read this post now!
yc c

Use jQuery - Blog - Brosho 'Design in the Browser' jQuery Plugin - 0 views

  •  
    style your markup right in your browser with a build-in element selector and CSS editor.  Include jQuery and the Brosho Plugin in your header:
yc c

Google Code University - Google Code - 0 views

  •  
    This website provides tutorials and sample course content so CS students and educators can learn more about current computing technologies and paradigms. In particular, this content is Creative Commons licensed which makes it easy for CS educators to use in their own classes. The Courses section contains tutorials, lecture slides, and problem sets for a variety of topic areas: AJAX Programming Algorithms Distributed Systems Web Security Languages In the Tools 101 section, you will find a set of introductions to some common tools used in Computer Science such as version control systems and databases.
Richard Boss

Example : Pagination in CakePHP - 0 views

  •  
    CakePHP is a opensource web application framework which follows model-views-controller (MVC) approach and is written in PHP. Lets see an example on Pagination in CakePHP.
Andrey Karpov

The reasons why 64-bit programs require more stack memory - 0 views

  •  
    In forums, people often say that 64-bit versions of programs consume a larger amount of memory and stack. Saying so, they usually argue that the sizes of data have become twice larger. But this statement is unfounded since the size of most types (char, short, int, float) in the C/C++ language remains the same on 64-bit systems. Of course, for instance, the size of a pointer has increased but far not all the data in a program consist of pointers. The reasons why the memory amount consumed by programs has increased are more complex. I decided to investigate this issue in detail.
Emilyn Manuela

Visual Studio 2015 Hosting Tutorial - Using New Options in Context Menu - 1 views

  •  
    There are many changes and improvements in Visual Studio 2015. In this article, we will tell you how to use the new options in Visual Studio 2015 Context Menu.
Richard Boss

Hire ASP.NET Developers/Programmers From Weblineindia in Australia - 0 views

  •  
    Are you looking to hire ASP.NET developers in Australia? Weblineindia is leading ASP.NET company offers the best solution of ASP.NET development. We are expert in delivering 100% results to our clients. Why we are the best in providing ASP.NET development service, To know check this landing page.
Andrey Karpov

Visual Studio tool windows - 0 views

  •  
    This article covers the extension of Visual Studio IDE through integration of a custom user toolwindow into the environment. Discussed are the issues of window registration and initialization in VSPackage and Add-In plug-in modules, hosting of user components and handling of window's events and states.
yc c

PushButton Engine - Modular Flash Game Development - 0 views

  •  
    The PushButton Engine is an open-source Flash game engine. There are lots of great libaries for building Flash games; PushButton Engine makes it easier to bring them together. PushButton Engine is written in ActionScript 3, and relies on Flash 9 or higher. It officially supports Flex Builder, command line builds, and Flash CS4, and people have succesfully used it with FlashDevelop and other ActionScript development environments. More concretely, PushButton Engine provides some useful utilities (like an XML serialization/level format, logger and other debugging tools, time management, resource manager, and more), and a component system which lets you easily package game functionality into resuable modules. The component system draws on nearly a decade of game development history - you can read about it in detail in the Components section of the manual.
yc c

The Scala Programming Language - 0 views

shared by yc c on 30 Jan 10 - Cached
  •  
    The design of Scala started in 2001 at the École Polytechnique Fédérale de Lausanne (EPFL) by Martin Odersky, following on from work on Funnel, a programming language combining ideas from functional programming and Petri nets. Odersky had previously worked on Generic Java and javac, Sun's Java compiler. Scala was released late 2003 / early 2004 on the Java platform, and on the .NET platform in June 2004. A second version of the language, v2.0, was released in March 2006.
Richard Boss

Classes in Collections | LINQ - 0 views

  •  
    In this article, we will see about classes which are used in dotnet. To know more, read this article.
Andrey Karpov

The Ultimate Question of Programming, Refactoring, and Everything - 0 views

  •  
    Yes, you've guessed correctly - the answer is "42". In this article you will find 42 recommendations about coding in C++ that can help a programmer avoid a lot of errors, save time and effort. The author is Andrey Karpov - technical director of "Program Verification Systems", a team of developers, working on PVS-Studio static code analyzer. Having checked a large number of open source projects, we have seen a large variety of ways to shoot yourself in the foot; there is definitely much to share with the readers. Every recommendation is given with a practical example, which proves the currentness of this question. These tips are intended for C/C++ programmers, but usually they are universal, and may be of interest for developers using other languages.
Andrey Karpov

Obscure C - 0 views

  •  
    The C language is relatively "small" in comparison to other modern computer languages. To completely specify it, (and its standard library) only requires about ~550 pages. To do the same for Java or C++ would require an entire bookshelf, rather than a single book. However, even though the language is small enough to be easily comprehended, it has some dark corners. The purpose of this article is to explore some of them. Since C is used in a wide variety of applications, the "dialect" of it varies. This means that some people may be quite familiar with many of the following items. However, the individual "non-obscure" subsets should hopefully vary, resulting in at least a few items you might not know about.
melvinahebert

Settings App Not Working in Windows 10? Here Are the Fixes - Techgill - 0 views

  •  
    When you see a message, asking if you want to merge the folders from your old account to your new one. You have to click Yes. That is all about, the fixes for Settings App Not Working in Windows 10. You must have known that the Settings app is very important in Windows.
Andrey Karpov

Do programmers still write in C++? - 0 views

  •  
    I find this question pretty strange. The answer is yes, of course, and that will be so for a long time. But I'm asked this question from time to time at conferences or when communicating with developers on forums. I've decided to answer this question in the form of a brief post so that I could just refer people to it in the future.
melvinahebert

Barclays To Host Blockchains Hackathon To Assist Contracts Processing In Derivatives Ma... - 0 views

  •  
    Barclays, the U.K. banking behemoth, is challenging Barclays To Host Blockchains Hackathon developers to assist refurbish the worldwide derivatives market next month at a hackathon. Disclosed to the media this week, DerivHack will take place at Barclays' Rise accelerator spaces at the same time in New York and London on September 20 and 21, 2018. The ISDA (International Swaps and Derivatives Association), Thomson Reuters, and Deloitte are co-sponsoring the hackathon.
1 - 20 of 102 Next › Last »
Showing 20 items per page