Skip to content

Instantly share code, notes, and snippets.

View magraweb's full-sized avatar
🏠
Working from home

manoj abewardana magraweb

🏠
Working from home
View GitHub Profile
@msurguy
msurguy / List.md
Last active June 30, 2025 00:13
List of open source projects made with Laravel

Other people's projects:

My projects (tutorials are on my blog at http://maxoffsky.com):

@mirontoli
mirontoli / app.js
Created February 23, 2013 22:48
Angular UI autocomplete example
var autocompleteApp = angular.module("autocompleteApp");
var autocompleteController = function($scope) {
//http://jqueryui.com/autocomplete/
var availableTags = [
"ActionScript",
"AppleScript",
"Asp",
"BASIC",
"C",
"C++",