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
# Generated by iptables-save v1.6.0 on Tue Mar 6 04:10:26 2018 | |
*mangle | |
:PREROUTING ACCEPT [354382:26406678] | |
:INPUT ACCEPT [326650:16548377] | |
:FORWARD ACCEPT [27636:9850472] | |
:OUTPUT ACCEPT [6055:441892] | |
:POSTROUTING ACCEPT [32989:10272123] | |
-A POSTROUTING -o virbr0 -p udp -m udp --dport 68 -j CHECKSUM --checksum-fill | |
-A POSTROUTING -o virbr0 -p udp -m udp --dport 68 -j CHECKSUM --checksum-fill | |
-A POSTROUTING -o virbr0 -p udp -m udp --dport 68 -j CHECKSUM --checksum-fill |
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
%% Topic : Binary Search Tree Implementation in Prolog | |
%% Author : Abhijeet Sharma | Akhil Singhal | |
%% Date : 26/03/2018 | |
%% Course : Paradigms of Programming | |
%% Sample Inputs | |
%% Input inl([3,6,1,2,4,7,9],nil,X). | |
%% X = t(3, t(1, nil, t(2, nil, nil)), t(6, t(4, nil, nil), t(7, nil, t(9, nil, nil)))) |
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
/* Part of SWI-Prolog | |
Author: Lars Buitinck | |
E-mail: [email protected] | |
WWW: http://www.swi-prolog.org | |
Copyright (c) 2006-2015, Lars Buitinck |
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
-- The C compiler identification is GNU 7.3.1 | |
-- The CXX compiler identification is GNU 7.3.1 | |
-- Check for working C compiler: /usr/bin/cc | |
-- Check for working C compiler: /usr/bin/cc -- works | |
-- Detecting C compiler ABI info | |
-- Detecting C compiler ABI info - done | |
-- Detecting C compile features | |
-- Detecting C compile features - done | |
-- Check for working CXX compiler: /usr/bin/c++ | |
-- Check for working CXX compiler: /usr/bin/c++ -- works |
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
add_subdirectory(tests) | |
include_directories(${FWUPD_INCLUDE_DIRS}) | |
set(fwupd-backend_SRCS | |
FwupdResource.cpp | |
FwupdBackend.cpp | |
FwupdReviewsBackend.cpp | |
FwupdTransaction.cpp | |
FwupdSourcesBackend.cpp |
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
*********************in header file******************** | |
static const char * PROJECT_NAME; | |
static const char *PROJECT_VERSION; | |
******************************************************* | |
*****************In cpp file*************************** | |
const char *FwupdBackend::PROJECT_NAME = "foo"; //currenty hardcoded | |
const char *FwupdBackend::PROJECT_VERSION = "1.2.3"; // currently hardcoded |
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
## Remove Lock File Ubuntu | |
sudo rm /var/lib/apt/lists/lock | |
sudo rm /var/cache/apt/archives/lock | |
sudo rm /var/lib/dpkg/lock |
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
[ | |
{ | |
"id": "123", | |
"name": "abc", | |
"description": "", | |
"visibility": "Private", | |
"ownerId": "1234", | |
"ownerUsername": "qwe", | |
"collaboratorIds": [], | |
"collaborators": [], |
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
### Keybase proof | |
I hereby claim: | |
* I am abhijeet2096 on github. | |
* I am abhijeet2096 (https://keybase.io/abhijeet2096) on keybase. | |
* I have a public key ASC1kcacWSx82TVs8CJJLwl5JyWylaQ31oNARMmYrIRS0Ao | |
To claim this, I am signing this object: |