
Registered since September 28th, 2017
Has a total of 4246 bookmarks.
Showing top Tags within 32 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 work user process database share manage hardware professional buy industry internet dance advice installation developer 3d camera search access customer travel material test standard review documentation css money engineering engine develop webdesign device photography digital api speed source management program phone discussion question event client story simple water marketing yacht app content setup package fast idea interface account communication cheap compare script study market live easy google resource operation startup monitor training
Tag selected: github.
Looking up github tag. Showing 32 results. Clear
Saved by uncleflo on November 14th, 2022.
Dart Sass has replaced Ruby Sass as the canonical implementation of the Sass language. We chose Dart because it presented a number of advantages: It's fast. The Dart VM is highly optimized, and getting faster all the time (for the latest performance numbers, see perf.md). It's much faster than Ruby, and close to par with C++. It's portable. The Dart VM has no external dependencies and can compile applications into standalone snapshot files, so we can distribute Dart Sass as only three files (the VM, the snapshot, and a wrapper script). Dart can also be compiled to JavaScript, which makes it easy to distribute Sass through npm, which the majority of our users use already. It's easy to write. Dart is a higher-level language than C++, which means it doesn't require lots of hassle with memory management and build systems. It's also statically typed, which makes it easier to confidently make large refactors than with Ruby. It's friendlier to contributors. Dart is substantially easier to learn than Ruby, and many Sass users in Google in particular are already familiar with it. More contributors translates to faster, more consistent development.To install Sass 1.55.0, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions. Most APIs that previously returned num now return double. All APIs continue to accept num, although in Dart 2.0.0 these APIs will be changed to accept only double.
sass dart selector install repository node syntax package browser css style website webdevelopment administration github download source code develop html
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 May 15th, 2021.
We have all experienced the pain of getting started with React. You spend hours to configure webpack before you can start actual coding. Create React App was created to make it easier and quicker to get started. The problem with create react app is that it hides the webpack config. When your app grows and you need something a bit more advanced, you have to eject and then you get a huge webpack config. And then you are back to the problem that you need to learn webpack anyway. I tried it on a large code base, and it worked out-of-the-box! It even gave me a bundle that was optimized. I have spent days optimizing that bundle using webpack. I think this tool has potential. Let’s look at how to create a React app from scratch!
react parcel code administration package tool experience app config startup configure github download install setup webdevelopment javascript html library
Saved by uncleflo on May 15th, 2021.
TA class is very well documented and there should be no trouble exploring it and using with your data. Each class method expects proper ohlc DataFrame as input. Finta supports over 80 trading indicators.
python indicator implement pandas dataframe support explore financial webdevelopment development coding code github repository calculation finance automate method tools
Saved by uncleflo on April 17th, 2021.
Example Firefox add-ons created using the WebExtensions API WebExtensions are a way to write browser extensions: that is, programs installed inside a web browser that modify the behavior of the browser or web pages loaded by the browser. WebExtensions are built on a set of cross-browser APIs, so WebExtensions written for Google Chrome, Opera, or Edge will, in most cases, run in Firefox too.
browser firefox web extension chrome api github example code development application program create write built behavior google crossbrowser build
Saved by uncleflo on April 10th, 2021.
Python Serverless Microframework for AWS Chalice is a framework for writing serverless apps in python. It allows you to quickly create and deploy applications that use AWS Lambda. It provides: You can create Rest APIs:
chalice python deploy lambda tutorial configure api pip directory install documentation module serverless create github code development microframework application amazon aws service download
Saved by uncleflo on January 20th, 2021.
Welcome to the PowerShell GitHub Community! PowerShell Core is a cross-platform (Windows, Linux, and macOS) automation and configuration tool/framework that works well with your existing tools and is optimized for dealing with structured data (e.g. JSON, CSV, XML, etc.), REST APIs, and object models. It includes a command-line shell, an associated scripting language and a framework for processing cmdlets. Although this repository started as a fork of the Windows PowerShell code base, changes made in this repository do not make their way back to Windows PowerShell 5.1 automatically. This also means that issues tracked here are only for PowerShell Core 6 and higher. Windows PowerShell specific issues should be opened on UserVoice. If you are new to PowerShell and would like to learn more, we recommend reviewing the getting started documentation.
repository dashboard desktop automation package documentation submit binary windows fork license framework developer hub github rest api script interface core issue track project code
Saved by uncleflo on January 4th, 2019.
Go Daemon: A daemon package for use with Go (golang) services with no dependencies.
daemon administration development developer github design architecture structure code example learn howto linux unix
Saved by uncleflo on December 23rd, 2018.
This is the repo for the book Text Mining with R: A Tidy Approach, by Julia Silge and David Robinson. Please note that this work is written under a Contributor Code of Conduct and released under a CC-BY-NC-SA license. By participating in this project (for example, by submitting a pull request with suggestions or edits) you agree to abide by its terms.
code mining details perform text approach software review example project book github release development administration algorithm
Saved by uncleflo on June 29th, 2018.
Core ROS packages http://www.ros.org ROS is a meta-operating system for your robot.  It provides language-independent and network-transparent communication for a distributed robot control system.
robot operating system os communication distributed control system language independent network package github code development administration
Saved by uncleflo on May 9th, 2018.
A small JavaScript library for events. 1.6KB (about .9k gzipped), Can be used with or without the DOM, Goal: <2KB, Cross-browser, Easily embedded and used in libraries, usable stand-alone. Tested in: Chrome 11, IE 8, FF 4, Opera 11.
js utility library browser dom chrome embed howto small event administration snippet tool application github download install development
Saved by uncleflo on May 5th, 2018.
SVG files, especially those exported from various editors, usually contain a lot of redundant and useless information. This can include editor metadata, comments, hidden elements, default or non-optimal values and other stuff that can be safely removed or converted without affecting the SVG rendering result.
svg optimize editor reduce minify clean element meta render convert image graphic used tool github development administration
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 December 27th, 2017.
Antwort offers responsive layouts for Email that both fits and adapts to client widths. Don't underwhelm desktop users with single column layouts that work for mobile. Antwort offers columns on desktop that automatically become rows on mobile. Works on mobile: Mail on iOS and Email on Android; Works in major clients like AOL, gmail, outlook.com and Yahoo; Even works in Outlook (2000+); Bulletproof layouts: made with dynamic content in mind; Minimalist in design for maximum customizability. Author: Julie Ng (@jng5), Date: October 2014, Version: 1.0.0
email client desktop column layout mobile antwort template css customize dynamic content marketing responsive code minimal bulletproof width development administration github opensource
Saved by uncleflo on July 3rd, 2017.
How to build your theme faster ? We first developed this bootsrap theme editor for our own purpose to create theme a lot faster. Here are some technics to become a bootstrap theme chef with this tool.
bootstrap github theme quickly easily magic generate develop development css editor online parameter purpose fast tool
Saved by uncleflo on June 23rd, 2017.
Software that lets you edit a shared document together with others over the internet can be really useful if you’re working in a team, especially a distributed one. Nowadays, there is a lot of web-based software for simultaneous collaborative editing, no matter if you’re working on rich-text documents, spreadsheets, presentations or source code. Let’s take a moment to define more precisely what we mean with the term realtime collaborative editing. What we want is that multiple people working at different computers can make changes to a document hosted on a server at any time. These changes are synchronized immediately with the other peers, in contrast to version control systems like Git, where one usually works on a feature all by oneself and eventually merges the changes back to the project. No client should have to communicate with the server or any other client before making a change. In particular, there is no need to acquire a lock from the server to make an edit and concurrent edits can occur. After all changes have been synchronized, every client should see the exact same document. It turns out that implementing this kind of real-time collaboration is far from trivial. The most common solution responds to the name Operational Transformation (usually abbreviated OT). It originated from a research paper published in 1989 but got more recently popularized by Google Wave. Today, it powers many collaborative editors such as.
operational-transformation collaboration github document share synchronize article write writer developer development library define simultaneous software edit other information reference core js javascript browser
Saved by uncleflo on June 7th, 2017.
Enabling greater financial transparency and innovation around banks!
github user project code development developer opensource open source financial api bank banking website online innovation useful wrapper server manage
Saved by uncleflo on May 6th, 2017.
#Leaflet.iconlabel Adds support for displaying a label to the right of a Leaflet Icon.
##Alternative plugin Leaflet.label is an alternative plugin that is a little easier to integrate. The only functionality that it does not provide is common events for the label and marker. However it does provide revealing labels for Leaflet paths (Polyline, Polygon, Circle, square etc).
##Using the plugin If you are happy with the default icon and label styles, you should be able to use it without any modifications. To create a map marker with a label, declare your marker like:
icon label leaflet map marker style js development howto github code
Saved by uncleflo on March 31st, 2017.
Select2 gives you a customizable select box with support for searching, tagging, remote data sets, infinite scrolling, and many other highly used options. In order to use Select2, you must include the JavaScript and CSS file on your website. You can get these files built for you from many different locations.
select html js html5 box ui tag search data website development developer library solution form github selecting scroll remote custom
Saved by uncleflo on November 28th, 2016.
This is a simplified SMPP client lib for sending or receiving smses through SMPP v3.4. In addition to the client, this lib also contains an encoder for converting UTF-8 text to the GSM 03.38 encoding, and a socket wrapper. The socket wrapper provides connection pool, IPv6 and timeout monitoring features on top of PHP's socket extension. This lib has changed significantly from it's first release, which required namespaces and included some worker components. You'll find that release at 1.0.1-namespaced. This lib requires the sockets PHP-extension, and is not supported on Windows. A windows-compatible version is also available.
smpp encode repository github project feature monitor receive transmit gsm sms message protocol php development code client library connect cloud service provider extension wrapper socket technology implement
Saved by uncleflo on October 31st, 2016.
Packaging for ZFS on Linux. Direct wiki edits for most things are welcome, but if you want to make a major change, then please create a new page or fork the wiki repo and submit a pull request.
zfs file system linux module package ready install howto change request github project code repository root installation rhel centos open source administration server raid
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 August 5th, 2014.
A simple and html agnostic date countdown plugin for jQuery To get started, check-it out: http://hilios.github.io/jQuery.countdown/ The ultimate countdown plugin designed to fit in any coupon, auction site or product launch. Read our Documentation and follow our Examples to see what suits your particular needs.
jquery plugin time timer programming countdown javascript development website nice beautiful presentation interactive example code howto guide information download github
Saved by uncleflo on July 17th, 2014.
Volumetric 3D Mapping in Real-Time on a CPU This code implements the approach for real-time 3D mapping on a CPU as described in the following research paper: http://vision.in.tum.de/_media/spezial/bib/steinbruecker_etal_icra2014.pdf Volumetric 3D Mapping in Real-Time on a CPU (F. Steinbruecker, J. Sturm, D. Cremers), In Int. Conf. on Robotics and Automation, 2014.
geometry graphics mesh scanning 3D scan reconstruction environment discover realtime robotics fly helicopter research paper fast fusion github automation conference code development