This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include "stdafx.h" | |
/* So it will compile, enjoy. */ | |
class IBaseTool { | |
}; | |
struct ToolInfo | |
{ | |
HMODULE hModule; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="fadeIn fixed z-50 pin overflow-auto flex"> | |
<div class="window fixed max-w-md relative pin-b pin-x align-top m-auto p-0 h-auto flex flex-col"> | |
<main class="client"> | |
<header class="font-bold text-white">Building application</header> | |
<p class="text-xl leading-normal p-2"> | |
One moment please... | |
</p> | |
</main> | |
</div> | |
</div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
These dependencies were not found: | |
* -!../../../../../node_modules/css-loader/index.js!./vuetify/dist/vuetify.css in ./node_modules/css-loader!./node_modules/sass-loader/lib/loader.js!./resources/assets/app/shared/styles/global.scss | |
* @app/i18n/en.json in ./resources/assets/app/shared/plugins/i18n/index.ts | |
* fs in ./node_modules/locutus/php/filesystem/file_get_contents.js | |
To install them, you can run: npm install --save -!../../../../../node_modules/css-loader/index.js!./vuetify/dist/vuetify.css @app/i18n/en.json fs | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const mix = require('laravel-mix'); | |
const sprintf = require('locutus/php/strings/sprintf'); | |
const path = require('path'); | |
const base = 'resources/assets'; | |
const root = (prefix = '') => | |
path.resolve(__dirname, path.join('app', prefix)); | |
const resolve = (dirname = '') => ( |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"compilerOptions": { | |
"module": "commonjs", | |
"moduleResolution": "node", | |
"target": "es5", | |
"strict": false, | |
"experimentalDecorators": true, | |
"allowSyntheticDefaultImports": true, | |
"emitDecoratorMetadata": true, | |
"esModuleInterop": true, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CONCERTA TAB 18MG | |
Methylphenidate HCl Tab ER Osmotic Release (OSM) 18 MG | |
CONCERTA TAB 27MG | |
Methylphenidate HCl Tab ER Osmotic Release (OSM) 27 MG | |
CONCERTA TAB 36MG | |
Methylphenidate HCl Tab ER Osmotic Release (OSM) 36 MG | |
CONCERTA TAB 54MG | |
Methylphenidate HCl Tab ER Osmotic Release (OSM) 54 MG | |
LANTUS INJ 100/ML | |
Insulin Glargine Inj 100 Unit/ML |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
AEPB | |
AERB | |
AERO | |
AERP | |
AERS | |
AJKT | |
AUIJ | |
BAR | |
BEAD | |
C12A |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CC = clang | |
CFLAGS = -Wall -ggdb3 -std=gnu11 -O0 -Iinclude | |
OBJDIR = build | |
BINDIR = bin | |
LIBDIR = lib | |
TARGET = $(BINDIR)/obj_test | |
SHARED = $(LIBDIR)/giza.so | |
LINKER = support/version.ld | |
SOURCES = $(shell echo src/*.c) | |
HEADERS = $(shell echo include/*.h) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const mix = require('laravel-mix'); | |
const path = require('path'); | |
const colors = require('chalk'); | |
const { green, blue } = colors; | |
const SWPrecacheWebpackPlugin = require('sw-precache-webpack-plugin'); | |
const resolve = (alias, dir) => ({ | |
[alias]: path.join(__dirname, '.', dir) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<template> | |
<v-dialog | |
v-model="dialog" | |
width="500" | |
persistent | |
> | |
<v-card> | |
<v-card-title | |
class="headline font-weight-light v-toolbar theme--dark primary" | |
> |
OlderNewer