💥
Moving forward!
Pinned Loading
-
Social-Media-Automation
Social-Media-Automation PublicTools/Scripts I used to automate my instagram motivational quote page.
Python 1
-
cpp2python
cpp2python PublicSample project demonstrating C++ code reusability in python using boost.python.
C++ 2
-
hex_dump
hex_dump 1void hex_dump(void *addr, int len)
2{
34printf("length of hexdump = %d", len);
5int i;
-
Set bold and set italic function for...
Set bold and set italic function for Photoshop JS Scripting. This can be used to control text properties in ranges, which is otherwise not supported by conventional PS JS scripting. 1function setbold(IO, start, end, fontSize) {
2//Sanity checking: is the active layer a text layer?
3var activeLayer = app.activeDocument.activeLayer;
4if (activeLayer.kind == LayerKind.TEXT) {
5//More checking: does the text layer have content, and are start and end set to reasonable values?
-
Simple-WebSocket-Server
Simple-WebSocket-Server PublicForked from eidheim/Simple-WebSocket-Server
A very simple, fast, multithreaded, platform independent WebSocket (WS) and WebSocket Secure (WSS) server and client library implemented using C++11, Boost.Asio and OpenSSL. Created to be an easy w…
C++ 1
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.