Skip to content

Instantly share code, notes, and snippets.

@b01
b01 / json-to-src
Created December 3, 2016 18:13
Sample file to pass a PHP command line script a PHP callable.
<?php
/**
* Modify the template data.
*
* @param array $renderData
* @return array
*/
return function (array $renderData) {
$renderData['classNamespace'] = 'Tests\\Companies';
@b01
b01 / download-vs-code-server.sh
Last active March 28, 2024 07:38
Linux script to download latest VS Code Server, good for Docker (tested in Alpine).
#!/bin/sh
# Copyright 2023 Khalifah K. Shabazz
#
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the “Software”),
# to deal in the Software without restriction, including without limitation
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
# and/or sell copies of the Software, and to permit persons to whom the
# Software is furnished to do so, subject to the following conditions:
@b01
b01 / .gitignore
Last active January 22, 2024 21:32
Build Lambda Python Dependency ZIP Package with Containerization
# Directories
# -----------
/build-env/
/python/
# Files
# -----
dependencies.zip