Skip to content

Instantly share code, notes, and snippets.

@eliseudantas
eliseudantas / nlsh.py
Created May 20, 2024 04:45 — forked from dpoulopoulos/nlsh.py
OpenAI natural language shell example.
prompt = """
Input: Print the current directory
Output: pwd
Input: List files
Output: ls -l
Input: Change directory to /tmp
Output: cd /tmp
@eliseudantas
eliseudantas / C php Serializer.cs
Created February 20, 2020 19:41 — forked from xiangwan/C php Serializer.cs
C# php Serializer
/// <summary>
/// Serializer Class.
/// </summary>
public class Serializer
{
//types:
// N = null
// s = string
// i = int
// d = double