Skip to main content

Home/ Coders/ Group items tagged or

Rss Feed Group items tagged

htmlslicemate.com

App Development Resources and Process - 0 views

  •  
    In the field of technology, mobile applications are the current fad. These applications, or apps as they are called in short, have become a very integral part of marketing, customer satisfaction, and overall brand management strategies of almost every business. With a good portion of the public turning to their mobile devices for everything they do, these applications help businesses keep in touch with their customers.
  •  
    In the field of technology, mobile applications are the current fad. These applications, or apps as they are called in short, have become a very integral part of marketing, customer satisfaction, and overall brand management strategies of almost every business. With a good portion of the public turning to their mobile devices for everything they do, these applications help businesses keep in touch with their customers.
htmlslicemate.com

Information Overload: A Great Infographic Is Worth a Thousand Words - 0 views

  •  
    The web is crammed full of words. There is enough content to keep you reading until you take your last breath, even if that moment is still 100 years from now. So far for the good news ;-) The bad news is, the web grows faster than you could ever possibly keep up with. Sooner or later, any netizen will suffer from information overload. I know I do already. This will become a growing problem for brands and their communication strategies as they will need to cut their messages short or risk to not get noticed. If you ask me, one of the best ways to deal with this necessity is the infographic…
Andrey Karpov

The Archive of Interesting Code - 0 views

  •  
    The Archive of Interesting Code is an (ambitious) effort on my part to research, intuit, and code up every interesting algorithm and data structure ever invented. In doing so, I hope both to learn the mathematical techniques that power these technologies and to improve my skills as a programmer. The examples on this site are in a variety of languages. I generally prefer to use C++ for algorithms, since the STL provides a great framework for expressing algorithms that work on a variety of data types. I code up most data structures in Java, both because the Collections framework allows them to be integrated in seamlessly with other applications and because automatic garbage collection simplifies some of the resource management. Every now and then I'll find an algorithm or data structure that is best represented in a different language like Haskell, in which case I'll forgo my usual language conventions.
Mandeep Bajar

Make Real-time multiplayer games using Unity3D - 0 views

  •  
    Unity3D is a popular cross-platform game engine for building sophisticated 3D games. Using AppWarp, developers can now add realtime communication in their Unity3D games to build beautiful, rich and engaging multiplayer games. The great thing is that developers can do this without any server side code or socket level programming as all the communication is managed by AppWarp SDK and cloud.
Andrey Karpov

PVS-Studio 5.0 brings static code analysis to new platforms - 0 views

  •  
    "Program Verification Systems" (Co.Ltd) has announced the release of the new major version of PVS-Studio 5.0. The utility performs static analysis of a source code to reveal coding errors, programmer´s mistakes, fragments of code that can potentially produce a bug or disrupt the logic of the program. The new version is announced to support C++Builder, Windows Phone 8 and Windows Store projects. Read more: http://sdt.bz/37360#ixzz2JZowL8RN Follow us: @sdtimes on Twitter | sdtimes on Facebook
Mihai-Alin Radu

New Responsive WordPress Templates from February 2013 - 1 views

  •  
    Not every blogger or site owner is code-literate or design-savvy, but everyone deserves to get a responsive wordpress template for their site. Rather than bust your budget to hire a designer for a revamp, why not adopt one of these handpicked WordPress Themes that are available for at lowest price?
Andrey Karpov

I beg recommend to your colleagues the our big 64-bit C/C++ guide. - 0 views

  •  
    The course is devoted to creation of 64-bit applications in C/C++ language and is intended for the Windows developers who use Visual Studio 2005/2008/2010/2012 environment. Developers working with other 64-bit operating systems will learn much interesting as well. The course will consider all the steps of creating a new safe 64-bit application or migrating the existing 32-bit code to a 64-bit system.
roberthayes222

Writing Custom Code - Your Code, Our Cloud - 0 views

  • App42 platform has various technical and business services using which app development can be done without writing a single line of backend code. However there might be a case where the app developer might need to have some server side custom code for their app. There could be multiple scenarios for example- You want to add server side validation and or custom logic on the input data instead of on the client. You want to make a custom service by aggregating two or more App42 services. For example aggregating Push and Storage service for custom requirement. App logic that might get changed in future and hence you don’t want to bundle it in your app. Instead you would like to put it on the server where it can be accessed through REST calls from your app.
  •  
    "Writing Custom Code - Your Code, Our Cloud"
Mandeep Bajar

A Developer's Dilemma: When to use Custom Code - 0 views

  •  
    Custom Code is the code that a developer writes and runs on the cloud. This Custom Code can be accessed by his App using a REST API. It helps them to execute their business logic on the cloud or to send updates that enhances the functionality of their App.
Mandeep Bajar

Make Realtime Multiplayer AndEngine games - 0 views

  •  
    AndEngine is a free Android 2D OpenGL Game Engine. Using AppWarp, you can add realtime multiplayer game play and virtual rooms logic to your AndEngine games. In this post, we will walk through the integration steps for a simple demo game called Fruity Monster. Players connect to AppWarp cloud, can create rooms or join existing rooms. Once inside a room, players can see each other move in realtime and place fruits to the four corners of the room.
Meilly Gomes

Accomplish Long Term Desires Without Going Any Company Or Office! - 0 views

United States residents who often face long term financial problems of smaller standing can instantly acquire rid from it with the support of Long Term Installment Loans. Now it is conceivable for ...

Long Term Installment Loan Short Term Loans Bad Credit Online Loans Term Loans Loans term loans Bad Credit Loans For Bad Credit Payday Installment Loans Payday Loans No Credit Check Personal Loans Unsecured Long Term Cash Loans Instan

started by Meilly Gomes on 25 Oct 16 no follow-up yet
Sergin Brown

A Little Guidance For People In Canada To Met Urgent Requirement - 0 views

  •  
    Here you must apply for these instant cash loans until next payday to resolve overcoming cash crush without much application process. These loans so much stunning according to their economic woes without any collateral pledging or upfront fee.
Sergin Brown

Long Term Payday Loan - How To Get Easy Fund Without Any Delay - 0 views

  •  
    Here, you can apply with long term payday loans without placing any application collateral pledging despite there whatever bad or good credit status. This loans must be a great financial source which resolve people bad credit issues on the time.
Sergin Brown

Same Day Money Delivery With Easy Application Procedure - 0 views

  •  
    You can easily beat your unwanted monetary needs without any trouble of collateral pledging. There canada people do not required to visit the lenders office despite whatever their credit profile even good or bad.
Brandons Walker

Long Term Installment Loans- Choose Loans With Flexible Offers To Overcome Crisis - 0 views

  •  
    Getting a short term loan whenever there is a crisis situation is the best solution. If you have doubts on whether or not loans can be repaid by you on time then this type of loans are not for you.
Andrey Karpov

Bugs found in GCC with the help of PVS-Studio - 0 views

  •  
    I regularly check various open-source projects to demonstrate the abilities of the PVS-Studio static code analyzer (C, C++, C#). Now it is time for the GCC compiler to get checked. Unquestionably, GCC is a very qualitative and well-tested project, that's why it's already a great achievement for a tool to find any errors in it. Fortunately, PVS-Studio coped with this task. No one is immune to typos or carelessness. This is why the PVS-Studio can become an additional line of defense for you, on the front of the endless war against bugs.
Royce Millor

No Need To Arranged Collateral As A Security For Loan Amount - 0 views

  •  
    Short Term Payday Loans is here to assistance you in your short term financial crisis. These loans are a short term loan available for bad credit holders or good credit holders. Here, you don't have to pledge any credit status and no need to arrange any collateral as a security for the borrowed loan amount. Apply now @ www.paydayloanshouston.org
Alupis Graviano

What To Expect When Availing Fast Unsecured Loans? - 0 views

  •  
    Many times in life, situation arises that required one to take the support of loan to meet the expenses, whether expected or otherwise.
siya9328

Best Times to Post on Facebook, Twitter, LinkedIn & Other Social Media - 0 views

  •  
    Ever wondered when you should share the post or when you should not? Social media users prefer using different sites at different specific hours. So if you share the right content at right time then there are maximum chances to gain more traffic.
« First ‹ Previous 161 - 180 of 965 Next › Last »
Showing 20 items per page