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
| /sys/bus/iio/devices/iio:device0 | |
| |-- dev | |
| |-- in_voltage0_raw | |
| |-- name | |
| |-- power | |
| | |-- async | |
| | |-- autosuspend_delay_ms | |
| | |-- control | |
| | |-- runtime_active_kids | |
| | |-- runtime_active_time |
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) 2016 Zubeen Tolani <ZeekHuge - [email protected]> | |
| ;* | |
| ;* The code is a part of BeagleScope Project. | |
| ;* | |
| ;* This program is free software; you can redistribute it and/or | |
| ;* modify it under the terms of the GNU General Public License version | |
| ;* 2 as published by the Free Software Foundation. | |
| .cdecls "main_pru1.c" |
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
| [ +0.009406] remoteproc1: 4a334000.pru0 is available | |
| [ +0.000025] remoteproc1: Note: remoteproc is still under development and considered experimental. | |
| [ +0.000009] remoteproc1: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed. | |
| [ +0.005223] remoteproc1: powering up 4a334000.pru0 | |
| [ +0.000035] remoteproc1: Booting fw image am335x-pru0-fw, size 75804 | |
| [ +0.000204] ti-pruss 4a300000.pruss: configured system_events = 0x00000000000b0000 intr_channels = 0x00000007 host_intr = 0x00000007 | |
| [ +0.006423] remoteproc1: remote processor 4a334000.pru0 is now up | |
| [ +0.000252] virtio_rpmsg_bus virtio0: rpmsg host is online | |
| [ +0.000049] virtio_rpmsg_bus virtio0: creating channel beaglescope addr 0x1e | |
| [ +0.000511] /root/bs/driver/beaglescope_driver.c: probe |
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
| [ +0.033981] /root/bs/driver/beaglescope_driver.c: write_raw | |
| [ +0.000027] val - 100000 val2 - 0 | |
| [ +0.003480] /root/bs/driver/beaglescope_driver.c: set_pru_sampling_frequency | |
| [ +0.000011] 999, 497, 499 | |
| [ +0.002627] Requested sampling freqeuency 100000 | |
| [ +0.004661] Available sampling freqeuency 100000 | |
| [Aug 1 12:03] /root/bs/driver/beaglescope_driver.c: preenable | |
| [ +0.000055] /root/bs/driver/beaglescope_driver.c: set_pru_read_mode | |
| [ +0.000026] misc_config_data = 2147483649 | |
| [ +0.000022] /root/bs/driver/beaglescope_driver.c: beaglescope_read_from_pru |
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
| [ +0.003604] /root/bs/driver/beaglescope_driver.c: set_pru_sampling_frequency | |
| [ +0.000030] 115, 57, 57 | |
| [ +0.002541] Requested sampling freqeuency 850000 | |
| [ +0.004713] Available sampling freqeuency 854700 | |
| [ +3.400993] /root/bs/driver/beaglescope_driver.c: preenable | |
| [ +0.000054] /root/bs/driver/beaglescope_driver.c: set_pru_read_mode | |
| [ +0.000025] misc_config_data = 2147483649 | |
| [ +0.000022] /root/bs/driver/beaglescope_driver.c: beaglescope_read_from_pru | |
| [ +0.000021] /root/bs/driver/beaglescope_driver.c: here 1V | |
| [ +0.000045] /root/bs/driver/beaglescope_driver.c: here 2 |
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
| " to start vim-plug plugin manager | |
| call plug#begin('~/.config/nvim/bundle/') | |
| Plug '~/.vim/bundle/ale' | |
| Plug '~/.vim/bundle/asyncrun.vim' | |
| " we probably do not want this, we already have YCM | |
| " Plug '~/.vim/bundle/AutoComplPop' | |
| Plug '~/.vim/bundle/ctrlp.vim' |
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
| #!/bin/bash | |
| # | |
| # Copyrigh 2017 Zubeen Tolani aka ZeekHuge <[email protected]> | |
| # | |
| # Use 'wsNamer.sh -s' to set the name. | |
| # For ease, one can map it to a keyboard shortcut. | |
| # | |
| # Note : make necessary modifications before use. | |
| # | |
| # Works for Compiz window manager with Unity viewports/workspaces |
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
| #!/bin/bash | |
| # | |
| # Set this script to start on login using `StartUp Application` | |
| # | |
| ########-- CHANGE THESE FOR DIFFERENT BEHAVIOUR --############# | |
| MINUTES_TO_WORK=45 | |
| SECONDS_TO_CLOSE_EYE=60 | |
| ############################################################### |
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 bash | |
| # | |
| # Instruction : | |
| # - Save this file locally | |
| # - Open terminal | |
| # - execute command "source </path/to/this/file> | |
| # - To get the smallest possible promt, execute "zbar 0" | |
| # - Otherwise, execute command "zbar" | |
| # | |
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
| #! /bin/bash | |
| ## Who and whats the catch ? | |
| # | |
| # Copyright 2018 ZeekHuge <[email protected]> | |
| # | |
| # Disclaimer : This program is not 100% accurate, and while it may not suggest | |
| # an epub file being malicious, the file can still contain any malicious code. | |
| # Use this program completely at your own risk, and the author is no where | |
| # obliged to provide assistance, guarantee, warranty or any kind of compensation |
OlderNewer