Skip to content

Instantly share code, notes, and snippets.

View nazrulworld's full-sized avatar
🐝
Working.............

Md Nazrul Islam nazrulworld

🐝
Working.............
View GitHub Profile
qr_string = """{
"resourceType": "QuestionnaireResponse",
"id": "3141",
"text": {
"status": "generated",
"div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <pre>\n Comorbidity? YES\n Cardial Comorbidity? YES\n Angina? YES\n MI? NO\n Vascular Comorbidity?\n (no answers)\n ...\n Histopathology\n Abdominal\n pT category: 1a\n ...\n </pre>\n </div>"
},
"contained": [
{
"resourceType": "Patient",
/* Copyright (c) 2009, 2018, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2.0,
as published by the Free Software Foundation.
This program is also distributed with certain software (including
but not limited to OpenSSL) that is licensed under separate terms,
as designated in a particular file or component or in included license
documentation. The authors of MySQL hereby grant you an additional
Development Status :: 1 - Planning
Development Status :: 2 - Pre-Alpha
Development Status :: 3 - Alpha
Development Status :: 4 - Beta
Development Status :: 5 - Production/Stable
Development Status :: 6 - Mature
Development Status :: 7 - Inactive
Environment :: Console
Environment :: Console :: Curses
Environment :: Console :: Framebuffer
# -*- coding: utf-8 -*-
from django.db import models, migrations
from django.contrib.postgres.operations import (HStoreExtension, UnaccentExtension, )
class Migration(migrations.Migration):
dependencies = [
]
@nazrulworld
nazrulworld / config.rb
Last active August 29, 2015 14:21
Sass Config
require 'bootstrap-sass'
require 'compass/import-once/activate'
# Require any additional compass plugins here.
# Can be :stand_alone or :rails. Defaults to :stand_alone
project_type = :stand_alone
# The environment mode. Defaults to :development, can also be :production
environment = :development
# Not needed in :stand_alone mode where it can be inferred by context. Sets the path to the root of the project.
# project_path =
var page_app = page_app || {};
(function(){
'use strict';
// Food Group Model
page_app.FoodGroupModel = Backbone.Model.extend({
defaults: {
id: null,
name: null,
slug: null
<div class="container">
<ul class="tags">
<li><a href="#">Interface <span>4</span></a></li>
<li><a href="#">Icon <span>8</span></a></li>
<li><a href="#">Typography <span>15</span></a></li>
<li><a href="#">Color <span>16</span></a></li>
</ul>
<ul class="tags green">
<li><a href="#">Design <span>23</span></a></li>