This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original: http://ii-net.tk/ii/ii-web.php?msgid=dv3z3xUssnrCkrxJSXY3 | |
Quick installation of SBCL on Termux and some other Android systems | |
Does not require root access on your phone (only on PC) | |
Part 1 (desktop system) | |
==== | |
# You can find these packages easily for your own distribution | |
sudo pacman -S qemu-static qemu-arch-extra-static binfmt-qemu-static |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original: https://ii-net.tk/ii/ii-web.php?msgid=2rhsPM3w7R99RA44bi7V | |
// translation of my "progress" | |
Attempt to build SBCL on Termux device. Now this crashes at "make-genesis-2.sh" part because of "double defun" error. | |
==== | |
# Open Termux | |
# Emacs is required for etags, Clang - for build, GCC - for nm and alternative build. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.im-chat-input--attach { | |
margin-right: -38px; | |
} | |
#l_pr, #l_nwsf, #friends_possible_block, #ui_rmenu_recent, #ui_rmenu_find, | |
#ui_rmenu_lists, #submit_post_box, #feed_filters, #ui_rmenu_recommended, | |
#ui_rmenu_payments, .top_profile_img, .top_home_logo, .im-send-btn_audio, .emoji_smile_wrap, | |
#invite_button, #narrow_column .ui_rmenu_sep, .ui_calendar_icon, | |
#friends_search_wrap, #ui_rmenu_category0, #ui_rmenu_events, #groups_filters_wrap, | |
.nim-dialog--photo |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ 6462.541373] RTW: EEPROM ID=0x8129 | |
[ 6462.541379] RTW: VID = 0x2357, PID = 0x0109 | |
[ 6462.541385] RTW: Customer ID: 0x00, SubCustomer ID: 0xCD | |
[ 6462.541397] RTW: Hal_ReadPowerSavingMode8192E...bHWPwrPindetect(0)-bHWPowerdown(0) ,bSupportRemoteWakeup(1) | |
[ 6462.541403] RTW: ### PS params=> power_mgnt(0),usbss_enable(0) ### | |
[ 6462.541425] RTW: EEPROMRegulatory = 0x1 | |
[ 6462.541429] RTW: Board Type: Dongle or WIFI only Module | |
[ 6462.541436] RTW: Hal_EfuseParseBTCoexistInfo8192E: Disable BT-coex, wifi ant_num=2 | |
[ 6462.541445] RTW: hal_com_config_channel_plan chplan:0x21 | |
[ 6462.541450] RTW: crystal_cap: 0x1f |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
from py_tdlib import Client, Pointer, Auth | |
from py_tdlib.constructors import ( | |
getMe, viewMessages, getChat, getChats | |
) | |
full_ignore = [] # integer ids of groups and chats you want to fully mark as read | |
stop_keywords = ["programming", "linux"] # never mark chat as read, if there are such keywords in it | |
stop_keywords = [word.lower() for word in stop_keywords] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <stdio.h> | |
#include <math.h> | |
#include <complex.h> | |
const double m = 1; | |
const double h = 1; | |
const double U = 1.5; | |
complex double A(complex double E, double a) { | |
complex double SE = csqrt(E); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <complex.h> | |
#include <math.h> | |
#include <stdio.h> | |
int main() | |
{ | |
double a,m,u0,e,h,x,hh; | |
complex double c1,c2,b,d,g, w,k; | |
FILE *f; | |
h=5; | |
hh=0.001; |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.