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
| <?xml version="1.0" encoding="UTF-8"?> | |
| <manifest> | |
| <!-- This file overrides default manifest, to place in .repo folder --> | |
| <!-- ------------------------------------------------------------------------------------------------ | |
| Check sample device http://www.omapzoom.org/?p=device/ti/blaze.git;a=blob;f=blaze.mk;hb=gingerbread | |
| <remote name="korg" |
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
| _ie_mismatch.patch | |
| /src/common/wpa_common.c | |
| +++ b/src/common/wpa_common.c | |
| @@ -811,6 +811,31 @@ const char * wpa_key_mgmt_txt(int key_mg | |
| } | |
| +static void wpa_fixup_wpa_ie_rsn(u8 *assoc_ie, const u8 *wpa_msg_ie, | |
| + size_t rsn_ie_len) | |
| +{ |
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
| <?xml version="1.0" encoding="UTF-8"?> | |
| <manifest> | |
| <!-- This file overrides default manifest, to place in .repo folder --> | |
| <!-- | |
| <remote name="korg" | |
| fetch="http://android.git.kernel.org/" | |
| review="review.source.android.com" /> |
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
| <?xml version="1.0" encoding="UTF-8"?> | |
| <manifest> | |
| <remote name="aosp" | |
| fetch="https://android.googlesource.com/" /> | |
| <remote name="github" | |
| fetch="https://github.com/" /> | |
| <default revision="master" | |
| remote="aosp" | |
| sync-j="4" /> |
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/profiles/2nd-init/ueventd.rc b/profiles/2nd-init/ueventd.rc | |
| index cae96b5..3785a5f 100644 | |
| --- a/profiles/2nd-init/ueventd.rc | |
| +++ b/profiles/2nd-init/ueventd.rc | |
| @@ -91,6 +91,8 @@ | |
| # bluetooth dun | |
| /dev/rfcomm0 0600 system system | |
| +/dev/graphics/fb0 0660 media graphics | |
| + |
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
| //---------------------------------------------------------------------------------- | |
| // File: omxal/al_camera_3d/assets/tex_rect_ext.frag | |
| // SDK Version: v10.00 | |
| // Email: tegradev@nvidia.com | |
| // Site: http://developer.nvidia.com/ | |
| // | |
| // Copyright (c) 2007-2012, NVIDIA CORPORATION. All rights reserved. | |
| // | |
| // TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, THIS SOFTWARE IS PROVIDED | |
| // *AS IS* AND NVIDIA AND ITS SUPPLIERS DISCLAIM ALL WARRANTIES, EITHER EXPRESS |
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
| @echo off | |
| :: BatchGetAdmin | |
| :------------------------------------- | |
| REM --> Check for permissions | |
| >nul 2>&1 "%SYSTEMROOT%\system32\cacls.exe" "%SYSTEMROOT%\system32\config\system" | |
| REM --> If error flag set, we do not have admin. | |
| if '%errorlevel%' NEQ '0' ( | |
| echo Requesting administrative privileges... |
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
| # Description: cryptocurrency cpu miner (multi algos) | |
| # URL: http://github.com/tpruvot/cpuminer-multi | |
| # Maintainer: Tanguy Pruvot tpruvot@github | |
| name=cpuminer-multi | |
| version=1.0.8 | |
| release=1 | |
| source=(https://github.com/tpruvot/cpuminer-multi/archive/v$version-multi.tar.gz) | |
| extracflags="-march=native -DUSE_ASM" |
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 php | |
| <?php | |
| /** | |
| * This Script allow to convert json to human readable format | |
| * Used with "sums" command, it also show amounts in BTC and EUR/USD | |
| */ | |
| // owner of the wallet (empty for current user) | |
| $user = ''; |
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 The btcsuite developers | |
| // Copyright (c) 2015-2016 The Decred developers | |
| // Use of this source code is governed by an ISC | |
| // license that can be found in the LICENSE file. | |
| package main | |
| import ( | |
| "io/ioutil" | |
| "log" |
OlderNewer