Skip to content

Instantly share code, notes, and snippets.

View Purus's full-sized avatar
🎯
Focusing

Purusothaman Ramanujam Purus

🎯
Focusing
View GitHub Profile
@Purus
Purus / gist:707bd62fa1145ef91b614dfaf764c591
Created November 27, 2021 15:30
Note 7 Pro Issue for Admob
,"test":"any"},"flutter":{"plugin":{"platforms":{"android":{"package":"io.flutter.plugins.firebase.inappmessaging","pluginClass":"FirebaseInAppMessagingPlugin"},"ios":{"pluginClass":"FirebaseInAppMessagingPlugin"}}}}},"archive_url":"https://pub.dartlang.org/packages/firebase_in_app_messaging/versions/0.5.0%2B5.tar.gz","published":"2021-06-03T15:28:16.477695Z"},{"version":"0.5.0+6","pubspec":{"name":"firebase_in_app_messaging","description":"Flutter plugin for Firebase In-App
Messaging.","version":"0.5.0+6","homepage":"https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_in_app_messaging","repository":"https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_in_app_messaging","environment":{"sdk":">=2.12.0
<3.0.0","flutter":">=1.10.0"},"dependencies":{"firebase_core":"^1.3.0","flutter":{"sdk":"flutter"},"meta":"^1.3.0"},"dev_dependencies":{"e2e":"^0.7.0+1","flutter_driver":{"sdk":"flutter"},"flutter_test":{"sdk":"flutter"},"pedantic":"^1.8.0","test":"any"},"flutter
@Purus
Purus / sample.html
Created April 4, 2021 16:52
non-Latain encoding issue
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8"/>
</head>
<body>
<h2 style="text-align: center;">
<span face="Verdana,sans-serif"><b>அபிராமியின் நினைவுகள்</b>&nbsp;</span></h2>
<div style="text-align: justify;">
<br /></div>
<div style="text-align: justify;">
@Purus
Purus / sites.txt
Last active October 6, 2016 10:27
My Libs
https://github.com/goldfire/howler.js
https://github.com/ritz078/embed.js
https://github.com/blivesta/animsition
https://github.com/HubSpot/odometer
https://github.com/tholman/elevator.js
https://github.com/cydrobolt/polr
https://github.com/turbolinks/turbolinks
@Purus
Purus / sample.json
Created May 26, 2016 10:48
Sample Generated JSON File
[
{
"line": 1,
"elements": [
{
"before": [
{
"result": {
"duration": 18741,
"status": "passed"
@Purus
Purus / controller.js
Created May 15, 2016 17:09
Issue for muli-select
ctrl.controller('UploadCtrl', function($scope, $cordovaCamera, $cordovaImagePicker, Service) {
$scope.categories = Service.getUncheckedCategories();
$scope.onValueChanged = function(value){
console.log(value);
}
});