Skip to main content

Home/ Programming/ Group items tagged To

Rss Feed Group items tagged

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.
mahesh 1234

Android Screen Orientation Example - javatpoint - 0 views

  •  
    The screenOrientation is the attribute of activity element. The orientation of android activity can be portrait, landscape, sensor, unspecified etc. You need to define it in the AndroidManifest.xml file. For example: The common values for screenOrientation attribute are as follows: Value Description unspecified It is the default value. In such case, system chooses the orientation. portrait taller not wider landscape wider not taller sensor orientation is determined by the device orientation sensor.
Andrey Karpov

A nice, little known C feature: Static array indices in parameter declarations - 0 views

  •  
    The people who created C sure loved keeping the number of keywords low, and today I'm going to show you yet another place you can use the static keyword in C99.
Andrey Karpov

PVS-Studio confesses its love for Linux - 0 views

  •  
    This post is about love. About the love of the static code analyzer PVS-Studio, for the great open source Linux operating system. This love is young, touching and fragile. It needs help and care. You will help greatly if you volunteer to help testing the beta-version of PVS-Studio for Linux.
mahesh 1234

JUnit Tutorial | Testing Framework for java - javatpoint - 0 views

  •  
    It is an open-source testing framework for java programmers. The java programmer can create test cases and test his/her own code. It is one of the unit testing framework. Current version is junit4. To perform unit testing, we need to create test cases.
Andrey Karpov

Developing extension packages for Visual Studio 2005/2008/2010/2012 using C# with real-... - 0 views

  •  
    Creating extension packages (plug-ins) for Microsoft Visual Studio IDE appears as quite an easy task at the first sight. There exist an excellent MSDN documentation, as well as various articles, examples and a lot of other additional sources on this topic. But, at the same time, it could also appear as a difficult task when an unexpected behavior is encountered along the way. Although it can be said that such issues are quite common to any programming task, the subject of IDE plug-in development is still not thoroughly covered at this moment. Part1
Andrey Karpov

Why Windows 8 drivers are buggy - 0 views

  •  
    We have checked the Windows 8 Driver Samples pack with our analyzer PVS-Studio and found various bugs in its samples. There is nothing horrible about it - bugs can be found everywhere, so the title of this article may sound a bit high-flown. But these particular errors may be really dangerous, as it is a usual practice for developers to use demo samples as a basis for their own projects or borrow code fragments from them.
mahesh 1234

JAXB Tutorial - javatpoint - 0 views

  •  
    JAXB stands for Java Architecture for XML Binding. It provides mechanism to marshal (write) java objects into XML and unmarshal (read) XML into object. Simply, you can say it is used to convert java object into xml and vice-versa.
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.
Hostforlife Hosting

What can Developers do with Visual Studio 2015 and .NET 4.6? - - 1 views

  •  
    Let's take a look at all the new stuff that developers now have the freedom to do with Visual Studio 2015 and .NET 4.6.
Andrey Karpov

Visual Studio 2012 New Features of the IDE - better late than never ;-) - 0 views

  •  
    I am making this post thinking "Better late than never", as I was supposed to make this post a long time ago, actually in the beta period of Visual Studio 2012, like I did with Visual Studio 2010, unfortunately I was held up with other stuff, personal and work related. This post remained as partially completed in my blog's drafts for a long time which I took and finished.
Andrey Karpov

What Every Programmer Should Know About Memory - 0 views

  •  
    As CPU cores become both faster and more numerous, the limiting factor for most programs is now, and will be for some time, memory access. Hardware designers have come up with ever more sophisticated memory handling and acceleration techniques-such as CPU caches-but these cannot work optimally without some help from the programmer. Unfortunately, neither the structure nor the cost of using the memory subsystem of a computer or the caches on CPUs is well understood by most programmers. This paper explains the structure of memory subsys- tems in use on modern commodity hardware, illustrating why CPU caches were developed, how they work, and what programs should do to achieve optimal performance by utilizing them.
melvinahebert

Best Demat Account For Small Investors | TechQY - 0 views

  •  
    Full-service brokers with extensive technical proficiency and support, such as Kotak Securities, is highly recommended for beginners. This is because of their expertise and years of guidance in the field of trading that can provide you with immense knowledge and customer service in your trading journey. Let us look into the parameters and factors to help you decide the best Demat account for your investment.
Richard Lloyd

Literate programming - Wikipedia - 0 views

  •  
    Literate programming is a philosophy of computer programming based on the premise that a computer program should be written similar to literature, with human readability as a primary goal.
yc c

The Shakespeare Programming Language - 0 views

  • Design Goals The design goal was to make a language with beautiful source code that resembled Shakespeare plays. There are no fancy data or control structures, just basic arithmetic and gotos. You could say we have combined the expressiveness of BASIC with the user-friendliness of assembly language.
k0st1x

Git How To - 0 views

shared by k0st1x on 16 May 11 - No Cached
Richard Lloyd

AIIA - Australian Information Industry Association - Famous Women in ICT - 0 views

  •  
    relevant in the fact that it list women relation to the programming, software development, etc.
viraat085

IPL Cricket Updates 2019 - 0 views

  •  
    News Root blog covers news from across the world from current topics to latest updates and also on any trending news going on sports,politics,entertainment,economy,business,fashion and lot more
« First ‹ Previous 101 - 120 of 127 Next ›
Showing 20 items per page