Let's say you want to host domains first.com and second.com.
Create folders for their files:
| // HOW TO INSTRUCTIONS | |
| // 1. Open Claude Desktop | |
| // 2. Go to Help -> Enable Developer Mode | |
| // 3. Navigate Developer Tools window named "Developer Tools - https://claude.ai" | |
| // 4. Go to "Console" tab | |
| // 5. Type "allow pasting" and hit Enter | |
| // 6. Paste this snippet and hit Enter | |
| // From now on, all MCP calls will be auto-approved |
| # AutoscaleRichTextLabel.gd | |
| # | |
| # ABOUT | |
| # 2023.08.04 by Brom Bresenham | |
| # Tested on Godot 4.2-dev2 | |
| # | |
| # USAGE | |
| # 1. [Inspector] Create a RichTextLabel node and attach this script to it. | |
| # 2. [Editor] Save and reload the scene to activate this as a @tool script | |
| # that will automatically set the Node Reference Height. |
| <?xml version="1.1" encoding="UTF-8"?> | |
| <!DOCTYPE keyboard SYSTEM "file://localhost/System/Library/DTDs/KeyboardLayout.dtd"> | |
| <!-- | |
| Data generated Wed Mar 23 01:35:41 2022 | |
| Generated by kluchrtoxml_64 build 203 | |
| --> | |
| <!--Last edited by Ukelele version 351 on 2022-03-23 at 01:45 (GMT+8)--> |
| sudo apt-get update | |
| sudo apt-get install python-dev git python-pip automake libtool libssl-dev | |
| git clone https://github.com/numenta/nupic.git | |
| mkdir -p nta/eng | |
| echo " | |
| export NTA=$HOME/nta/eng | |
| export NUPIC=$HOME/nupic | |
| export BUILDDIR=/tmp/ntabuild | |
| export MK_JOBS=3 | |
| source $HOME/nupic/env.sh" >> ~/.bashrc |
Thanks to Jacob Kaplan-Moss, Donald Stufft, David Reid, Allen Short, Zain Memon, and Chris Armstrong for review.
This is a guide for technical individuals to understand in what circumstances SSL communications are secure against an observer-in-the-middle (for all intents and purposes: the NSA).
| 13:15 <xQuasar> | HASKELL IS FOR FUCKIN FAGGOTS. YOU'RE ALL A BUNCH OF | |
| | FUCKIN PUSSIES | |
| 13:15 <xQuasar> | JAVASCRIPT FOR LIFE FAGS | |
| 13:16 <luite> | hello | |
| 13:16 <ChongLi> | somebody has a mental illness! | |
| 13:16 <merijn> | Wow...I suddenly see the error of my ways and feel | |
| | compelled to write Node.js! | |
| 13:16 <genisage> | hi | |
| 13:16 <luite> | you might be pleased to learn that you can compile | |
| | haskell to javascript now |
| # download latest libevent2 and tmux sources, and extract them somewhere | |
| # (thx bluejedi for tip on latest tmux URL) | |
| # | |
| # at the time of writing: | |
| # https://github.com/downloads/libevent/libevent/libevent-2.0.21-stable.tar.gz | |
| # http://sourceforge.net/projects/tmux/files/latest/download?source=files | |
| # | |
| # install deps | |
| yum install gcc kernel-devel make ncurses-devel |
| #!/bin/sh -e | |
| ### BEGIN INIT INFO | |
| # hyperboria.sh - An init script (/etc/init.d/) for cjdns | |
| # Provides: cjdroute | |
| # Required-Start: $remote_fs $network | |
| # Required-Stop: $remote_fs $network | |
| # Default-Start: 2 3 4 5 | |
| # Default-Stop: 0 1 6 | |
| # Short-Description: Cjdns router | |
| # Description: A routing engine designed for security, scalability, speed and ease of use. |