131 private links
The AppSync Serverless Component allows you to easily and quickly deploy GraphQL APIs on AWS, and integrate them with AWS Lambda, DynamoDB & others.
It supports all AWS AppSync features, while offering sane defaults that makes working with AppSync a lot easier without compromising on flexibility.
Calculate digits of π. From scratch, that is, using only addition, subtraction, multiplication, and division.
Sloc, Cloc and Code: scc is a very fast accurate code counter with complexity calculations and COCOMO estimates written in pure Go.
Bot Land is an online strategy game with a focus on automation. Make bots, write scripts for them, and send them into battle! Playable for free.
Build the next great programming language. CodeLani Version 4.0.0
All Algorithms implemented in Python.
Reason lets you write simple, fast and quality type safe code while leveraging both the JavaScript & OCaml ecosystems.
At Open Source Technology Summit (OSTS) 2019, Josh Triplett, a Principal Engineer at Intel gave an insight into what Intel is contributing to bring the most loved language, Rust to full parity with C.
From the creators of ack, a list of tools that are related with ack
. In particular they list:
- Tools that work with
ack
- Other grep-like tools
- Indexing tools
Super fast list of dicts to pre-formatted tables converter library for Python 2/3.
Websauna is a full stack Python web framework for building web services and back offices with admin interface and sign up process.
Arcade is an easy-to-learn Python library for creating 2D video games.
It is ideal for people learning to program, or developers that want to code a 2D game without learning a complex framework.
For research purposes, and to analyze the content of a Telegram channel, you may need the channel’s data in a clean JSON format.
Here there is a Python script to get data from Telegram channels. It has two main files: One for getting a member’s data from a channel, and second, to get the channel’s messages.
The script saves this data into JSON files; you can use them for analysis or to import into your databases.
A mini-preprocessor library to demostrate the recursive capabilites of the preprocessor.
If you spent a few years programming in C, you're probably much more confident about your knowledge of the language than if you spent as much time working with C++ or java.
Both the C language and its standard library are quite close to the smallest they could be.
The current most used version of the language, c99, brought a bunch of new features, many of which are completely unknown to most C programmers (Older specifications obviously also have some dark corners).
Here are the ones I know about.