Use the SLIME provided with Quicklisp
(ql:quickload "quicklisp-slime-helper")
using System; | |
using System.IO; | |
using System.Net; | |
using System.Runtime.Serialization; | |
using System.Text; | |
using System.Xml; | |
namespace SqlAzureBackup | |
{ | |
class Program |
<?xml version="1.0" encoding="utf-8" ?> | |
<DiagnosticMonitorConfiguration xmlns="http://schemas.microsoft.com/ServiceHosting/2010/10/DiagnosticsConfiguration" configurationChangePollInterval="PT1M" overallQuotaInMB="4096"> | |
<DiagnosticInfrastructureLogs bufferQuotaInMB="1024" | |
scheduledTransferLogLevelFilter="Verbose" | |
scheduledTransferPeriod="PT1M" /> | |
<Logs bufferQuotaInMB="1024" | |
scheduledTransferLogLevelFilter="Verbose" | |
scheduledTransferPeriod="PT1M" /> |
(ql:quickload :cffi) | |
(cffi:load-foreign-library "user32.dll") | |
(cffi:defctype hwnd :unsigned-int) | |
(cffi:defcfun ("MessageBoxA" message-box) :int | |
(wnd hwnd) | |
(text :string) | |
(caption :string) |
#!/usr/bin/env python | |
import sys | |
import datetime | |
import time | |
from datetime import timedelta | |
sys.path.append('/home/reb/local/azure-sdk-for-python/') | |
from azure.storage import * |
(ql:quickload "puri") | |
(defun test() | |
(loop for i from 0 to 1000000 | |
collecting (puri:parse-uri "http://www.foo.com"))) | |
(time (progn (test) t)) | |
;;; 32 bit SBCL |
#include <stdio.h> | |
#include <uriparser/Uri.h> | |
#include <time.h> | |
int main(void) | |
{ | |
clock_t start = clock() / (CLOCKS_PER_SEC / 1000); | |
UriParserStateA state; |
Use the SLIME provided with Quicklisp
(ql:quickload "quicklisp-slime-helper")
pandoc briefing.md --latex-engine=xelatex -V papersize:"a4paper" -V geometry:margin=1in -V fontsize:12pt -o briefing.pdf |
reb@HELIUM:~$ sudo apt-get install sbcl | |
Reading package lists... Done | |
Building dependency tree | |
Reading state information... Done | |
The following packages were automatically installed and are no longer required: | |
libfreetype6 os-prober | |
Use 'apt-get autoremove' to remove them. | |
The following extra packages will be installed: | |
binfmt-support | |
Suggested packages: |
# Arch installation on Dell XPS 13 (9360), October 2020 | |
# Please also consult official documentation: | |
# https://wiki.archlinux.org/index.php/Installation_Guide | |
# https://wiki.archlinux.org/index.php/Dell_XPS_13_(9360) | |
# Boot from the usb. | |
# F12 to enter boot menu | |
# Set UK keymap | |
loadkeys uk |