background preloader

Programming Languages

Facebook Twitter

QSnipps - Code Snippet Manager Tool (Crossplatform) IT eBooks Info Search Engine. Bootstrap from Twitter. We are happy to announce Bootstrap, a front-end toolkit for rapidly developing web applications.

Bootstrap from Twitter

It is a collection of CSS and HTML conventions. It uses some of the latest browser techniques to provide you with stylish typography, forms, buttons, tables, grids, navigation and everything else you need in a super tiny (only 6k with gzip) resource. Check out Bootstrap on Github. A brief history In the earlier days of Twitter, engineers used almost any library they were familiar with to meet front-end requirements. With the help and feedback of many engineers, Bootstrap has grown significantly to encompass not only basic styles, but more elegant and durable front-end design patterns. Why use Bootstrap At its core, Bootstrap is just CSS, but it’s built with Less, a flexible pre-processor that offers much more power and flexibility than regular CSS. First, Bootstrap remains very easy to implement; just drop it in your code and go.

What’s inside Why it works. JSON. Set Up Git. If you've found yourself on this page, we're assuming you're brand new to Git and GitHub.

Set Up Git

This guide will walk you through the basics and explain a little bit about how everything works along the way. Download and Install Git At the heart of GitHub is an open source version control system (VCS) called Git*. Created by the same team that created Linux, Git is responsible for everything GitHub related that happens locally on your computer.

*If you don't already know what Git is, take a crash course. Download and install the latest version of Git. Use the default options for each step. Warning: Do not use PuTTY if you are given the option. Set Up Git Now that you have Git installed, it's time to configure your settings. Now that you have Git installed, it's time to configure your settings. Now that you have Git installed, it's time to configure your settings. Now that you have Git installed, it's time to configure your settings. Need a quick lesson about TerminalTerminalGit Bashthe command line? Web Interface. About This project aims to add the ability to externally invoke commands in Eclipse via a web browser.

Web Interface

For example, this could enable a site to provide a link which would cause Eclipse to fetch and open a source code file in a single click. A sample link might look similar to the following: <a href=" this file in Eclipse! </a> Eclipse will listen for these requests and, when received, invoke the command in one of the currently running Eclipse instances. Note: just to avoid any confusion, this example assumes that an "open_file" command has been written which supplies the aforementioned functionality. Primary Goals Legend Needs some investigation Patch in progress Bug fixed / Feature added Goals Integration of a web server for intercepting remote commands. NanoHTTPD is currently being utilized for this purpose as it is a less complex alternative to using one of the OSGi Http Service implementations (org.eclipse.equinox.http.jetty or org.eclipse.equinox.http). Look up and invoke commands.

Nativeclient - Native code for web apps.

C#

Javascript. Regular Expressions. Creating a Non-Searchable PDF from Office Documents « Acrobat for Legal Professionals. Every once in a while, I receive an email that has me scratching my head a bit, such as this one: When you PDF a document that you generate in MS Word, is there a way to produce an "image-only" PDF, with non-searchable text?

Creating a Non-Searchable PDF from Office Documents « Acrobat for Legal Professionals

The only way I know how is to print out and scan the document back into Acrobat. Why would someone want to take a perfectly good, fully-searchable document and turn it into an image-only PDF which is just a picture of the page in a PDF wrapper? The answer is that in the course of vigorously defending a client, some firms desire to make using documents as difficult as possible for the other side. Of the various PDF flavors , an image-only PDF is . . . 3 to 5 times larger in file sizeLook worse on screenPrint slowerNot searchable "Dumbing down" a PDF to an image probably doesn’t cripple the other side very much.

It is not without some trepidition that I share this tip. Non-searchable PDF,locked down PDF,crippled PDF Making a "Crippled PDF" in Seven Easy Steps Final Thoughts. PDFs.