
Registered since September 28th, 2017
Has a total of 4246 bookmarks.
Showing top Tags within 35 bookmarks
howto information development guide reference administration design website software solution service product online business uk tool company linux code server system application web list video marine create data experience description tutorial explanation technology build blog article learn world project boat download windows security lookup free performance javascript technical network control beautiful support london tools course file research purchase library programming image youtube example php construction html opensource quality install community computer profile feature power browser music platform mobile user process work database share manage hardware professional buy industry internet dance advice installation developer 3d search access customer camera material travel test standard review documentation css money engineering develop webdesign engine device photography digital api speed source program management phone discussion question event client story simple water marketing yacht app content setup package fast idea interface account communication cheap compare script study live market easy google resource operation startup monitor training
Tag selected: compile.
Looking up compile tag. Showing 35 results. Clear
Saved by uncleflo on November 14th, 2022.
Create Bootstrap 5 themes and templates. Start from scratch or reuse free featured designs. SASS compiler: Use powers of the modern CSS preprocessor to create stunning themes. Variables lookup: Customize 500+ Bootstrap variables categorized by UI component category or available via search. Free Bootstrap themes: Browse hundreds of featured themes & templates and load them into the editor for further customization. Bootstrap the right way: Export a maintanable SASS file with variables and your custom code. Save your work in the cloud: Organize your themes into projects and save them in the cloud for future work and collaboration. Serve from our CDN: Make changes to your theme on the fly and leverage our CDN to serve your CSS.
bootstrap webdevelopment template sass compile online create custom variable categorize expost feature theme export editor build application leverage serve css manage download website tool
Saved by uncleflo on January 17th, 2022.
Converting cave survey notes into a finished map With a set of cave survey sketch notes in hand, the next steps for converting those notes into a beautiful and accurate map can be daunting. Some cave cartographers spend more time in front of a computer screen than they do underground. Historically survey data was compiled with a calculator, and maps were drafted on mylar sheets with pencil and rapidiograph. Virtually everyone today is using cave survey data management and digital drafting software for the improved efficiency, quality, and ability to make changes and updates. In most cases the data management and drafting are handled by different applications. I recommend developing an efficient workflow for handling new survey data.
cartography drafting cave sketch compile tracing pencil survey compass digital map convert export steps gear document images ceiling vertical data notes archive collect software check accurate detail heights workflow overview bristol uk howto sheet manage handle
Saved by uncleflo on January 17th, 2022.
Dart 2.15 is here, with fast concurrency, constructor tear-offs, improved enums, and more. Dart is free and open source Dart is a client-optimized language for fast apps on any platform. Optimized for UI. Develop with a programming language specialized around the needs of user interface creation. Make changes iteratively: use hot reload to see the result instantly in your running app. Fast on all platforms.
compile dart productive static flexible fast desktop code programming web client platform interface machine specialize target write language powerful source analysis editor mobile develop create web development development instant app ui optimize
Saved by uncleflo on January 17th, 2022.
The bomber and flight jackets were first produced with an intention of providing some lightweight work wear that would be suitable in every way for the military personnel. They have a timeline record which shows the changes in style and modifications that have occurred in their design. Flight jackets have seen design modifications from the time of invention when they were mainly produced for use by the military men, to contemporary times where they now qualify for use as cool casual outfits for almost anybody. At AVI LEATHER we have done our best to create a compilation of the some of the most important flight jackets that have been, together with their basic descriptions and some illustrations.
sheepskin jacket sheep skin mouton alpaca knit warmth collar aeronautics sophistication sturdy classical torso leather pocket navigate standardized maker skies pilot description history flight uk military war personnel design modification compile illustration bomber
Saved by uncleflo on January 16th, 2022.
This is a Python wrapper for TA-LIB based on Cython instead of SWIG. From the homepage: TA-Lib is widely used by trading software developers requiring to perform technical analysis of financial market data. The original Python bindings included with TA-Lib use SWIG which unfortunately are difficult to install and aren't as efficient as they could be. Therefore this project uses Cython and Numpy to efficiently and cleanly bind to TA-Lib -- producing results 2-4 times faster than the SWIG interface.
wrapper python checkout install dependency calculate setup compile indicator exponential compute efficient installation lightweight development trading trader tool library interface github project repository administration financial data
Saved by uncleflo on April 10th, 2021.
This chapter describes some general tips related to cross-platform development. The main include file is "wx/wx.h"; this includes the most commonly used modules of wxWidgets. The file "wx/wxprec.h" includes "wx/wx.h". Although this incantation may seem quirky, it is in fact the end result of a lot of experimentation, and several Windows compilers to use precompilation which is largely automatic for compilers with necessary support. Currently it is used for Visual C++ (including embedded Visual C++), Borland C++, Open Watcom C++, Digital Mars C++ and newer versions of GCC. Some compilers might need extra work from the application developer to set the build environment up as necessary for the support.
compiler setup install configure development desktop administration guide code compile c++ cpp crossplatform chapter tips howto information windows linux module application environment
Saved by uncleflo on August 26th, 2019.
I've been looking for informations on how to configure the cross compilation on qt (windows) for the raspberry 3. I don't know if it's the place to write it, but for people who are interested in, here is how I did the cross compilation beetwee windows 8 and raspberry pi 3 (debian jessie). Most of steps come from the tuto here : http://visualgdb.com/tutorials/raspberry/qt/embedded/ There should be different ways to make it work, maybe this is not the best one, but it works for me. Hope it's helpful, sorry if i'ts not the place.
raspberry tutorial folder bash compile desktop compiler edit debugger device program development administration configure helpful discourage error forum question advice howto lookup gcc
Saved by uncleflo on June 18th, 2019.
Flutter is Google’s portable UI toolkit for building beautiful, natively-compiled applications for mobile, web, and desktop from a single codebase. Paint your app to life in milliseconds with Stateful Hot Reload. Use a rich set of fully-customizable widgets to build native interfaces in minutes. Quickly ship features with a focus on native end-user experiences. Layered architecture allows for full customization, which results in incredibly fast rendering and expressive and flexible designs.
flutter mindful expression incredible react navigation desktop render flexible portable platform experiment hardware experience creative user quick fast critical smooth app development framework web development design develop administration toolkit build beautiful compile application mobile web codebase express
Saved by uncleflo on January 6th, 2019.
What is the best video codec for game recording, video recording, and screen recording? If you use a high-compression codec, you can get a small video file, but the encoding speed might be slower. If you use a high-quality codec, you can get the best quality video, but the video file size might be larger. If you use a high-speed codec, you can reduce CPU usage, but the video file size might be larger. So, you have to choose the best video codec by yourself to meet your recording needs.
compress compression audio edit summary accelerate bigger slower compatibility coding quality encoding streaming editing video hardware speed usage compatible format recording reduce disk size motion compact resolution videography compile encode convert record cpu intense reserve administration workflow
Saved by uncleflo on January 4th, 2019.
A daemon (or service) is a background process that is designed to run autonomously,with little or not user intervention. The Apache web server http daemon (httpd) is one such example of a daemon. It waits in the background listening on specific ports, and serves up pages or processes scripts, based on the type of request. Creating a daemon in Linux uses a specific set of rules in a given order. Knowing how they work will help you understand how daemons operate in userland Linux, but can operate with calls to the kernel also. In fact, a few daemons interface with kernel modules that work with hardware devices, such as external controller boards, printers,and PDAs. They are one of the fundamental building blocks in Linux that give it incredible flexibility and power. Throughout this HOWTO, a very simple daemon will be built in C. As we go along, more code will be added, showing the proper order of execution required to get a daemon up and running.
daemon forking portability fork kernel terminate compile coding directory multitude files execution loop setup check apache logging skeleton methodology structured code function technical development howto application design architecture
Saved by uncleflo on December 23rd, 2018.
If I ask you “Do you remember the article about electrons in NY Times?” there’s a better chance you will remember it than if I asked you “Do you remember the article about electrons in the Physics books?”. Here’s why: an article about electrons in NY Times is far less common than in a collection of physics books. It is less likely to stumble upon the “electron” concept in NY Times than in a physics book. Let’s consider now the scenario of a single article. Suppose you read an article and you’re asked to rank the concepts found in the article by importance. The chances are you’ll basically order the concepts by frequency. The reason is simply that important stuff would be mentioned repeatedly because the narrative gravitates around them. Combining the 2 insights, given a term, a document and a collection of documents we can loosely say that:importance ~ appearances(term, document) / count(documents containing term in collection).
python classifier compute implement compile calculate corpus classify phrases extraction compare advise keyword technical development howto suggestion article frequency analysis tf-idf importance administration
Saved by uncleflo on June 1st, 2018.
The Closure Compiler is a tool for making JavaScript download and run faster. Instead of compiling from a source language to machine code, it compiles from JavaScript to better JavaScript. It parses your JavaScript, analyzes it, removes dead code and rewrites and minimizes what's left. It also checks syntax, variable references, and types, and warns about common JavaScript pitfalls.
google compiler javascript js compile opensource language analyse remove code rewrite minimize syntax reference
Saved by uncleflo on April 12th, 2018.
JSMin is a filter which removes comments and unnecessary whitespace from JavaScript files. It typically reduces filesize by half, resulting in faster downloads. It also encourages a more expressive programming style because it eliminates the download cost of clean, literate self-documentation. What JSMin Does: JSMin is a filter that omits or modifies some characters. This does not change the behavior of the program that it is minifying. The result may be harder to debug. It will definitely be harder to read. JSMin first replaces carriage returns ('\r') with linefeeds ('\n'). It replaces all other control characters (including tab) with spaces. It replaces comments in the // form with linefeeds. It replaces comments in the /* */ form with spaces. All runs of spaces are replaced with a single space. All runs of linefeeds are replaced with a single linefeed.
javascript js compression compressor study program software c c++ development compile programming download minify replace
Saved by uncleflo on April 12th, 2018.
Compile Everything: Prepros can compile almost all preprocessing languages like Sass, Less, Stylus, Cssnext, Jade/Pug, Markdown, Slim, Coffeescript etc. Find Out Errors At a Glance: Forget black screen full of millions of unreadable errors. Live Reload: Prepros reloads your browser automatically every time you save a file in code editor. Minify & Optimize: Prepros can minify and optimize CSS, javascript & images with just one click. Network Preview: Prepros has built in server that can help preview your site in multiple devices like phones and tablets.
css compile pre processing processor language sass less stylus jade markdown slim coffeescript reload software editor file edit development network server preview device phone tablet administration kist html website
Saved by uncleflo on January 26th, 2018.
This guide is geared to helping people new to PhoneGap get up and running as quickly as possible with the least amount of setup and time. Once you've completed the getting started section, be sure to head over to the tutorials and references sections where you'll be able to dig into more advanced mobile app development related topics and find numerous useful resources.
guide help phonegap run setup fast topic resource reference howto development administration mobile phone code web interface coder cordova apache adobe installation sdk compile
Saved by uncleflo on December 28th, 2017.
HHVM is an open-source virtual machine designed for executing programs written in Hack and PHP. HHVM uses a just-in-time (JIT) compilation approach to achieve superior performance while maintaining the development flexibility that PHP provides. HHVM supports Hack, PHP 5 and the major features of PHP 7. We are aware of minor incompatibilities, so please open issues when you find them. HHVM also supports many extensions as well. HHVM should be used together with a webserver like the built in, easy to deploy Proxygen, or a FastCGI-based webserver on top of nginx or Apache.
hhvm opensource virtual execute program jit compile performance perform development issue extension webserver fastcgi administration improve production apache nginx maintenance code developer server implementation facebook support documentation download github installation install source host website run howto report fix
Saved by uncleflo on May 15th, 2017.
HTML_QuickForm 3.2.14 Welcome to HTML_QuickForm! This documentation was generated by phpDocumentor v1.4.4 Documentation generated on Wed, 09 Dec 2015 23:11:33 +0000 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
package pear php html quickform quick form documentation development howto reference lookup code compile
Saved by uncleflo on December 12th, 2016.
I want to automate a fairly simple task. For this I have written a small PHP script which I run from the command line using PHP-CLI. Now I want to hand over this script to someone but I do not want to: - give away the source code; - ask him to install PHP on the system. Is there a way to create a .exe version of the PHP script. I am really not much worried about de-compilation; I am more worried about asking people to install and configure PHP.
php compile performance question source code protection prevention community compiling system configre executeable version administration script native operating system standalone development
Saved by uncleflo on October 6th, 2016.
Compiled binaries for the sass library in C++, downloadable from github. No Ruby is required. Static binaries for Windows, Mac OS and Linux.
sass github binary precompiled develop development release windows mac linux precompile compile executable scss
Saved by uncleflo on October 6th, 2016.
Before you can use Sass, you need to set it up on your project. If you want to just browse here, go ahead, but we recommend you go install Sass first. Go here if you want to learn how to get everything setup.
css project compile precompile basics explanation howto script code development learn setup language coding stylesheet syntax scss sass
Saved by uncleflo on July 19th, 2016.
I’ve had a lot of success in my 20 year software engineering career with developing cross platform ‘C’ and ‘C++’ code. At Backblaze, we just released the Mac beta version of our online backup service, so I thought it an apt time to discuss my 10 rules for writing cross-platform code. We develop an online backup product where a small desktop component (running on either Windows or Macintosh) encrypts and then transmits users’ files across the internet to our datacenters (running Linux.) We use the same ‘C’ and ‘C++’ libraries on Windows, Mac, and Linux interchangeably. I estimate it slows down software development by about 5 percent overall to support all three platforms. However, I run into other developers or software managers who mistakenly think cross platform code is difficult, or might double or triple the development schedules. This misconception is based on their bad experiences with badly run porting efforts. So this article is to quickly outline the 10 simple rules I live by to achieve efficient cross platform code development.
rules guide interesting blog compile c cpp c++ development develop proper good software engineering career cross platform platform cross windows mac linux libraries library write code desktop component backup discuss service release manage effort quickly outline simple efficient read article programmer framework utf8 compiler standard development rules administration agile project pplication howto
Saved by uncleflo on July 19th, 2016.
Go is an open source programming language that makes it easy to build simple, reliable, and efficient software.
program develop language software compile build release download contain match support prefer distribution tour project blog
Saved by uncleflo on January 20th, 2015.
CoffeeScript is a little language that compiles into JavaScript. Underneath that awkward Java-esque patina, JavaScript has always had a gorgeous heart. CoffeeScript is an attempt to expose the good parts of JavaScript in a simple way. The golden rule of CoffeeScript is: "It's just JavaScript". The code compiles one-to-one into the equivalent JS, and there is no interpretation at runtime. You can use any existing JavaScript library seamlessly from CoffeeScript (and vice-versa). The compiled output is readable and pretty-printed, will work in every JavaScript runtime, and tends to run as fast or faster than the equivalent handwritten JavaScript.
javascript framework programming code language development reference js coffeescript script compile coffee nice overview howto interprete website information administration installation
Saved by uncleflo on December 7th, 2014.
A guide on howto compile applications statically, instead of dynamically using external dlls or sockets. A wonderfully thorough guide... well-written, seriously usable information.
gcc programming linux library static shared development libraries dynamic linker compile description howto guide explanation book information share
Saved by uncleflo on December 7th, 2014.
A guide on howto compile opencv statically, which is quite hard. An article from a user. This howto describes a little bit more accurately how to install openCV on linux. The original howto can be found here.
opencv static link accurate original howto linux installation gcc compile development administration 3d image analysis code binary application independant blog article solution