Skip to main content

Home/ Coders/ Group items tagged Data

Rss Feed Group items tagged

Andrey Karpov

Security, security! But do you test it? - 0 views

  •  
    There is no fragment in program code where you cannot make mistakes. You may actually make them in very simple fragments. While programmers have worked out the habit of testing algorithms, data exchange mechanisms and interfaces, it's much worse concerning security testing. It is often implemented on the leftover principle. A programmer is thinking: "I just write a couple of lines now, and everything will be ok. And I don't even need to test it. The code is too simple to make a mistake there!". That's not right. Since you're working on security and writing some code for this purpose, test it as carefully!
lucyll

How to rip Blu rays to MKV format to store on Drobo 5n for streaming - YouTube - 0 views

  •  
    #Drobo 5N is one of the best smart way to deliver the best ever experience in sharing storage and accessing data. If you have tons of DVD movies and want to get these movies off of #Bluray discs and put onto Drobo 5N for sharing with ease, you've come to the right place. This tutorial gives you some hints on how to rip Blu-rays to Drobo 5N for easier sharing and accessing. Now learn the Blu-rays to Drobo 5N for streaming.
lucyll

How to Convert Videos to MP4 for PSP Playing? - YouTube - 0 views

shared by lucyll on 12 Apr 17 - No Cached
  •  
    The PSP is a handheld game console manufactured and marketed by Sony Computer Entertainment. It is the first handheld video game console; the current version uses Memory Stick Duo or Duo Pro as its primary storage media, which is more convenient than previous Universal Media Disc and it's able to transfer data between console and computers easily. Since PSP has a large viewing screen and robust multi-media capabilities, many users like to view videos directly on this device. However, if your video is not playable in PSP, you may need to make a conversion first. This tutorial will show you several simple steps to get PSP playable MP4.
Biztech Consultancy

Convert your static website to dynamic website - 0 views

  •  
    Converting Static Website to a dynamic website requires a certain level of programming experience. We will help you to convert your static pages to be dynamic with no data loss.
a2zwebhelp

Create interactive jQuery charts and Graphs in 3 easy steps - 0 views

  •  
    Create interactive charts or graph in 3 easy steps in jQuery by using data from HTML table. gvChart is a jQuert plugin which uses Google Chart API to create interactive charts. gvChat provide options to create Area Chart, Line Chart, Bar Chart, Column Chart and Pie Chart.
Acreaty Management Consultant

People Outsourcing Services - 0 views

  •  
    Acreaty is one of the leading talent search firm which offers people outsourcing services: Sales Data entry Shop promoters Logistics/ support Administration Finance / accounts Medical professionals Human Resource Engineers IT consultants
Pooja Runija

How BigData Lead To More Accurate Analysis For Enterprises? - 0 views

  •  
    'BigData', most of the time you have heard this term, right? But what exactly it is? How can it paving the pathway for mobile app development? Let's look closely at how Big Data will affect you directly or indirectly.
Biztech Consultancy

SugarMob : SugarCRM for Mobile - 2 views

  •  
    Are unnecessary calls bothering you, eating up your valuable time? Do you want to manage your e-store remotely without sitting before your system. You can now manage and organize your CRM from your handset also. We have the solution to organize your customer data, calls and other details easily through your mobile! http://bit.ly/1p9u1wF
Joel Bennett

Weave - Mozilla Labs - 0 views

  • Ensure that it is easy for people to set up their own services with freely available open standards-based tools
  •  
    The next release of Weave (any day now) is expected to include P2P sharing of bookmark folders via XMPP, on top of the ability to synchronize your bookmarks, browsing history, and even your cookies, passwords, and form data...
Joel Bennett

Introducing the Anti-Cross Site Scripting Library - ASP.NET Forums - 0 views

  • Cross-site scripting (XSS) attacks exploit vulnerabilities in Web-based applications that fail to properly validate and/or encode input that is embedded in response data.  Malicious users can then inject client-side script into response data causing the unsuspecting user's browser to execute the script code.  The script code will appear to have originated from a trusted-site and may be able to bypass browser protection mechanisms such as security zones.
  •  
    Asp.Net forum post announcing the Anti-Cross Site Scripting (XSS) library from Microsoft, with links to downloa.d and documentation
Joel Bennett

WMI Code Creator v1.0 - Download - Microsoft.com - 0 views

  •  
    The WMI Code Creator tool allows you to generate VBScript, C#, and VB .NET code that uses WMI to complete a management task such as querying for management data, executing a method from a WMI class, or receiving event notifications using WMI.
Joel Bennett

SQL Server Hosting Toolkit - Home - 0 views

  •  
    Running the hoster component on sql servers at work is probably overkill, but the publishing wizard rocks.
  •  
    The Database Publishing Wizard makes it easy to generate T-SQL to export your schemas, procedures, and data from a database, or to upload it directly to supporting hosters... The Database Publishing Services are a set of ASP.NET web services hosters can deploy to make it simple for customers to deploy SQL Server databases.
Joel Bennett

<oXygen/> XML Editor & XSLT Debugger - 0 views

  •  
    A nice commecrial XML editor that not only has excellent validation, xslt and xpath and xquery, andformatting objects (fo) features, but supports an XML data grid view and XML Diff & Merge!  It even supports generating SVG graphics via XSL transforms on data files, remote editing over FTP or WebDav, and is available as an Eclipse plugin. Only $48 for Academic use.
Joel Bennett

ZeroC -- Home of Ice - 0 views

  •  
    The Internet Communications Engine (Ice) is a modern object-oriented data-contract middleware with support for C++, C#, Java, Python, Ruby, PHP, and Visual Basic ... it's kind of like WCF, except with a lot broader support.
Joel Bennett

SlickEdit Gadgets for Microsoft Visual Studio | slickedit-gadgets | products - 0 views

  •  
    * Line ruler - Places a "ruler" highlight across your current line * Indentation guide - Draws a vertical bar in the editor indicating the indentation level of the current line. * Auto-copy selection - Copy text to the clipboard when selected with the mouse (and paste on middle-click) Plus Command Spy, File Explorer, Data Object Analyzer, and SLOC Report
Joel Bennett

Microsoft released beta of Windows Vista compatibility Update - 0 views

  •  
    The Platform Update is a set of runtime libraries which bring Vista largely up to par with Windows 7 in terms of the: Windows Ribbon control; Automation Manager Library; DirectX updates for hardware acceleration; DirectCompute for hardware-accelerated parallel computing support; the XPS printing library; the Windows Automation API; and the Windows Portable Devices Platform, which standardizes data transfers across apps and portable devices.
Joel Bennett

Silverlighting with Bing - Bing Community - 0 views

  •  
    Announcing the Silverlight SDK for Microsoft BING, including Microsoft.Bing.Data - a service proxy for the Bing API, and additional reusable view controls: CloudView, TileView, BandCloudView, StackView ...
Fabien Cadet

MIT's Introduction to Algorithms, Lectures 22 and 23: Cache Oblivious Algorithms - good... - 0 views

  • Cache-oblivious algorithms should not be confused with cache-aware algorithms. Cache-aware algorithms and data structures explicitly depend on various hardware configuration parameters, such as the cache size. Cache-oblivious algorithms do not depend on any hardware parameters.
  • An example of cache-aware (not cache-oblivious) data structure is a B-Tree that has the explicit parameter B, the size of a node. The main disadvantage of cache-aware algorithms is that they are based on the knowledge of the memory structure and size, which makes it difficult to move implementations from one architecture to another.
  •  
    « Cache-oblivious algorithms take into account something that has been ignored in all the lectures so far, particularly, the multilevel memory hierarchy of modern computers. Retrieving items from various levels of memory and cache make up a dominant factor of running time, so for speed it is crucial to minimize these costs. The main idea of cache-oblivious algorithms is to achieve optimal use of caches on all levels of a memory hierarchy without knowledge of their size. »
« First ‹ Previous 81 - 100 of 217 Next › Last »
Showing 20 items per page