Skip to main content

Home/ Groups/ Larvata
crazylion lee

ErikvdVen/php-gif: Easy generating (real-time) GIF images with PHP - 0 views

shared by crazylion lee on 05 Dec 16 - No Cached
  •  
    "Easy generating (real-time) GIF images with PHP"
crazylion lee

Vault by HashiCorp - 0 views

  •  
    "A tool for managing secrets."
張 旭

Building a RESTful API in a Rails application - 0 views

  • designing and implementing a REST API in an intentionally simplistic task management web application, and will cover some best practices to ensure maintainability of the code.
  • each individual request should have no context of the requests that came before it.
  • each request that modifies the database should act on one and only one row of one and only one table
  • ...10 more annotations...
  • The resource endpoints should return representations of the resource as data, usually XML or JSON.
  • POST for create, PUT for update, PATCH for upsert (update and insert).
  • an existing API should never be modified, except for critical bugfixes
  • Rather than changing existing endpoints, expose a new version
  • using unique database ids in the route chain allows users to access short routes, and simplifies resource lookup
  • while exposing internal database ids to the consumer and requiring the consumer to maintain a reference to ids on their end
  • The downfall is longer nested routes
  • require reauthentication on a per-request level
  • Devise.secure_compare helps avoid timing attacks
  • Defensive programming is a software design principle that dictates that a piece of software should be designed to continue functioning in unforeseen circumstances.
crazylion lee

6.851: Advanced Data Structures - 1 views

  •  
    "Welcome to Advanced Data Structures, a graduate class at MIT. Please choose your semester:"
crazylion lee

https://states-language.net/spec.html#example - 0 views

  •  
    "This document describes a JSON-based language used to describe state machines declaratively. The state machines thus defined may be executed by software. In this document, the software is referred to as "the interpreter"."
crazylion lee

Homepage | Celery: Distributed Task Queue - 0 views

  •  
    "Celery is an asynchronous task queue/job queue based on distributed message passing. It is focused on real-time operation, but supports scheduling as well. The execution units, called tasks, are executed concurrently on a single or more worker servers using multiprocessing, Eventlet, or gevent. Tasks can execute asynchronously (in the background) or synchronously (wait until ready)."
crazylion lee

Cyclotron - 0 views

  •  
    "A web application for constructing dashboards."
crazylion lee

tonsky/AnyBar: OS X menubar status indicator - 0 views

  •  
    "AnyBar is a small indicator for your menubar that does one simple thing: it displays a colored dot. What the dot means and when to change it is up to you."
crazylion lee

Proxmox VE - 0 views

  •  
    " Proxmox Virtual Environment is an open source server virtualization management solution based on QEMU/KVM and LXC. You can manage virtual machines, containers, highly available clusters, storage and networks with an integrated, easy-to-use web interface or via CLI. Proxmox VE code is licensed under the GNU Affero General Public License, version 3. The project is developed and maintained by Proxmox Server Solutions GmbH."
crazylion lee

Home - SemiCode OS - 0 views

  •  
    "SemiCode OS - Linux For Programmers and Web Developers"
crazylion lee

Deep Learning - 0 views

  •  
    "The Deep Learning textbook is a resource intended to help students and practitioners enter the field of machine learning in general and deep learning in particular. The online version of the book is now complete and will remain available online for free. The deep learning textbook can now be pre-ordered on Amazon. Pre-orders should ship on December 16, 2016. For up to date announcements, join our mailing list."
crazylion lee

Developer-Y/cs-video-courses: List of Computer Science courses with video lectures. - 0 views

  •  
    "List of Computer Science courses with video lectures."
crazylion lee

pypa/pipfile - 0 views

  •  
    "A Pipfile, and its related Pipfile.lock, are a new (and much better!) replacement for pip's requirements.txt files."
crazylion lee

nathancahill/Anycomplete: The magic of Google Autocomplete while you're typing. Anywhere. - 0 views

  •  
    "The magic of Google Autocomplete while you're typing. Anywhere."
crazylion lee

Crypto 101 - 0 views

  •  
    " Crypto 101 is an introductory course on cryptography, freely available for programmers of all ages and skill levels. "
張 旭

Which Ruby background job framework is right for you? - 0 views

  • A background or asynchronous job (or task) is one that is processed outside of the usual request/response workflow that is part of any modern web framework
  • Asynchronous tasks on the other hand, are those that may be started from a normal web request, but require a longer time to complete than the normal request.
crazylion lee

htop explained | peteris.rocks - 0 views

  •  
    "For the longest time I did not know what everything meant in htop. I thought that load average 1.0 on my two core machine means that the CPU usage is at 50%. That's not quite right. And also, why does it say 1.0? I decided to look everything up and document it here. They also say that the best way to learn something is to try to teach it. "
« First ‹ Previous 781 - 800 of 1422 Next › Last »
Showing 20 items per page