Skip to content

Instantly share code, notes, and snippets.

@ageback
ageback / README.md
Created November 5, 2022 13:33 — forked from hardiksachan/README.md
Jetpack Compose Expandable Search Bar (Top Bar)

Sample

@ageback
ageback / GitConfigHttpProxy.md
Created January 3, 2019 07:25 — forked from evantoli/GitConfigHttpProxy.md
Configure Git to use a proxy

Configure Git to use a proxy

##In Brief

You may need to configure a proxy server if you're having trouble cloning or fetching from a remote repository or getting an error like unable to access '...' Couldn't resolve host '...'.

Consider something like:

@ageback
ageback / OtherOperate.js
Created November 28, 2012 08:31
内网“其他操作”页面
function Reprint(busId)
{
OpenFormPage('补打','','CompanyBusID='+busId,'bussIframe');
}
$(document).ready(function(){
var companyName = GetURLParameter("txtCompanyName");
var acceptNo = GetURLParameter("AcceptNo");
var serialNo = GetURLParameter("SerialNo");
@ageback
ageback / foo.js
Created November 16, 2012 07:20
foo
function foo()
{
alert('Hello Javascript!');
}