This file contains hidden or 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
| #!/data/data/com.termux/files/usr/bin/sh | |
| proot \ | |
| -0 \ | |
| --link2symlink \ | |
| -r ~/debian \ | |
| -b /dev/ \ | |
| -b /sys/ \ | |
| -b /proc/ \ | |
| -b /data/data/com.termux/files/home \ | |
| /usr/bin/env \ |
This file contains hidden or 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
| # | |
| # Automatically generated file; DO NOT EDIT. | |
| # Linux/x86 4.19.152 Kernel Configuration | |
| # | |
| # | |
| # Compiler: gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0 | |
| # | |
| CONFIG_CC_IS_GCC=y | |
| CONFIG_GCC_VERSION=90300 |
This file contains hidden or 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
| <div class="container"> | |
| <div class="row my-5"> | |
| <div class="col-md-6 mx-auto"> | |
| <div class="list-group" id="events"> | |
| <div class="list-group-item list-group-item-info">Podcast Society events</div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> |
This file contains hidden or 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
| [ 159.104882] ath10k_pci 0000:04:00.0: AMD-Vi: Event logged [IO_PAGE_FAULT domain=0x0001 address=0x7ee02000 flags=0x0020] | |
| [ 187.061222] ath10k_pci 0000:04:00.0: firmware crashed! (guid 5ea54aeb-55b4-404a-964b-f9bb4d3299c3) | |
| [ 187.062802] ath10k_pci 0000:04:00.0: firmware register dump: | |
| [ 187.062852] ath10k_pci 0000:04:00.0: [00]: 0x05010000 0x00000000 0x0092E4DC 0x09207E13 | |
| [ 187.062915] ath10k_pci 0000:04:00.0: [04]: 0x0092E4DC 0x00060130 0x00000018 0x0041A760 | |
| [ 187.062976] ath10k_pci 0000:04:00.0: [08]: 0x09207DFF 0x00400000 0x00000000 0x000A5C88 | |
| [ 187.063036] ath10k_pci 0000:04:00.0: [12]: 0x00000009 0x00000000 0x0096C09C 0x0096C0A7 | |
| [ 187.063097] ath10k_pci 0000:04:00.0: [16]: 0x0096BDBC 0x009287BD 0x00000000 0x00000000 | |
| [ 187.063157] ath10k_pci 0000:04:00.0: [20]: 0x4092E4DC 0x0041A710 0x00000000 0x0F000000 | |
| [ 187.063217] ath10k_pci 0000:04:00.0: [24]: 0x809432A7 0x0041A770 0x0040D400 0xC092E4DC |
This file contains hidden or 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(FindPackageHandleStandardArgs) | |
| find_path(WTL_INCLUDE_DIR | |
| NAMES | |
| atlapp.h | |
| atlcrack.h | |
| atlctrls.h | |
| atlctrlw.h | |
| atlctrlx.h | |
| atlddx.h |
This file contains hidden or 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 python | |
| """ vim: set ai tw=80: | |
| Accessing the K30 10,000ppm CO2 sensor via I2C, rather than UART, upon Linux | |
| (such as for the Raspberry Pi and other similar embedded systems). | |
| Copyright (c) 2019 George White. | |
| Permission is hereby granted, free of charge, to any person obtaining a copy of | |
| this software and associated documentation files (the "Software"), to deal in |
This file contains hidden or 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
| # Copyright (C) 2007-2013 LuaDist. | |
| # Copyright (c) 2017 George White. | |
| # Created by Peter Drahoš | |
| # Modified to support upstream by George White | |
| # | |
| # Permission is hereby granted, free of charge, to any person obtaining a copy | |
| # of this software and associated documentation files (the "Software"), to deal | |
| # in the Software without restriction, including without limitation the rights | |
| # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
| # copies of the Software, and to permit persons to whom the Software is |
This file contains hidden or 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
| # License | |
| # ======= | |
| # Public domain. | |
| # | |
| # Installation | |
| # ============ | |
| # | |
| # Once you've compiled and installed the Videocore IV drivers found on | |
| # https://github.com/raspberrypi/userland, simply download this file | |
| # in to your /usr/lib/pkgconfig folder, and you will be able to compile |
This file contains hidden or 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
| diff --git a/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/FileSystem.cpp b/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/FileSystem.cpp | |
| index 5c76c75..3650953 100644 | |
| --- a/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/FileSystem.cpp | |
| +++ b/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/FileSystem.cpp | |
| @@ -221,7 +221,7 @@ FileSystem::~FileSystem() | |
| ops = next; | |
| } | |
| if (count > 0) | |
| - WARN(("Deleted %ld vnode ops vectors!\n", count)); | |
| + WARN(("Deleted %ld vnode ops vectors!\n", (long int)count)); |