Skip to content

Instantly share code, notes, and snippets.

View dnabanita7's full-sized avatar
🤖
building

Nabanita Dash dnabanita7

🤖
building
View GitHub Profile
@dnabanita7
dnabanita7 / featurization.pdf
Created June 4, 2019 13:35
pd.concat can append dataframes but it is showing an error
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
chad7@superuser:~/haiku_main/haiku/generated$ jam -q @nightly-anyboot
Starting build of type regular ...
Building Haiku Nightly
build-feature packages unavailable on x86: qrencode_kdl gnu_efi_kernel
AddHaikuImagePackages: package bc not available!
AddHaikuImagePackages: package texinfo not available!
...patience...
don't know how to make <x86>crtbeginS.o
don't know how to make <x86>crtendS.o
...patience...
@dnabanita7
dnabanita7 / gist:55e88b31d14f6a2371e0f7a1cf7ae70b
Created March 24, 2019 06:36
After builing from source code
chad7@superuser:~/haiku_main/haiku/generated.x86gcc2$ jam -q -j5 @nightly-raw
warning: Invalid jamfile cache: Failed to read file info.
Starting build of type regular ...
Building Haiku Nightly
build-feature packages unavailable on x86: qrencode_kdl gnu_efi_kernel
AddHaikuImagePackages: package bc not available!
AddHaikuImagePackages: package texinfo not available!
...patience...
don't know how to make <x86>crtbeginS.o
don't know how to make <x86>crtendS.o
@dnabanita7
dnabanita7 / gist:465d3a04b27b4f287d55bdb88c5f5166
Created March 23, 2019 20:47
Build Failure while compiling a nightly raw image
chad7@superuser:~/haiku/generated.x86_64$ jam -q -j5 @nightly-raw
Starting build of type regular ...
Building Haiku Nightly
Skipping setjmp_test2.S test on non-x86
...patience...
...patience...
...patience...
...patience...
...patience...
...patience...
@dnabanita7
dnabanita7 / config.py
Created November 11, 2018 06:33 — forked from bonzanini/config.py
Twitter Stream Downloader
consumer_key = 'your-consumer-key'
consumer_secret = 'your-consumer-secret'
access_token = 'your-access-token'
access_secret = 'your-access-secret'