cp -vi /boot/config-`uname -r` .config
make localmodconfig
make -j6
sudo make modules_install
sudo make install
alert() |
$(function(){ | |
var MFS = $('.magic-floating-stuff') | |
var ogScrollTop = $('body').offset().top, | |
ogElementOffset = MFS.offset().top, | |
ogDistance = (ogElementOffset - ogScrollTop); | |
MFSheight = MFS.outerHeight() | |
documentHeight = $(document).outerHeight() | |
$('body').change(function(){ | |
MFSheight = MFS.outerHeight() |
( (R + N) + nR)/(N+1) ) | |
R = rating | |
N = total number of ratings | |
nR = new Rating | |
Data Conscious way of rating |
Ram also know as "random access memory" is a core part of a computer that acts as quick access short term memory.
/https?:\/\/(.*\.)?(accountingfly\.com|af\.dev).*/gi |
sudo apt-get remove --purge $(dpkg -l 'linux-image-*' | sed '/^ii/!d;/'"$(uname -r | sed "s/\(.*\)-\([^0-9]\+\)/\1/")"'/d;s/^[^ ]* [^ ]* \([^ ]*\).*/\1/;/[0-9]/!d') |
I hereby claim:
To claim this, I am signing this object:
angular.module('googleSheetsDB',[]).factory('sheetsDB', function($q, $http){ | |
var config= { | |
doc:'1Ie6BFT2mBGOxtqsqq7KhfPqDVlNazsV-OW1nTXdFCDo', | |
workbook:`https://spreadsheets.google.com/feeds/worksheets/{doc}/public/full?alt=json`, | |
sheets:`https://spreadsheets.google.com/feeds/list/{doc}/{sheet}/public/values?alt=json` | |
}; | |
function _getSheets(){ | |
var def = $q.defer(); | |
$http.get(config.workbook.replace('{doc}', config.doc)) |
$(document).ready(function () { | |
var ship_check = "old"; | |
$('#no').click(function () { | |
$('.shippinginfo').show() | |
var shipping_Country2 = $("#shippingCountry2").val(); | |
if (shipping_Country2 == 'USA'){ | |
$('#rblShippingMethod_0').val(1).attr('disabled', false); | |
} |