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
package com.company; | |
/** | |
* Dummy Games.. But why seem same like c# yeah.. | |
* Rulez: | |
* 1) You SHALL NOT declare any additional using directives other than "using System". | |
* Yes.. | |
* 2) You are allowed to using the string class related functions, like: insert(), | |
* appened, trim()and etc for the implementation | |
* / not sure what is insert,append anyway.. i prefer base function like math,system,string,string builder |
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
// | |
// ViewController.swift | |
// todoSwift4 | |
// | |
// Created by hafizan on 04/01/2018. | |
// Copyright © 2018 hafizan. All rights reserved. | |
// | |
import UIKit |
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
/** | |
* Sample React Native App | |
* https://github.com/facebook/react-native | |
* @flow | |
*/ | |
import React, { Component } from 'react'; | |
import { | |
Platform, | |
StyleSheet, |
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
package com.rentcss; | |
import android.content.Intent; | |
import android.support.multidex.MultiDex; | |
import android.support.annotation.Nullable; | |
import android.app.Application; | |
import com.facebook.react.ReactApplication; | |
import com.RNFetchBlob.RNFetchBlobPackage; | |
import com.oblador.vectoricons.VectorIconsPackage; | |
import com.zmxv.RNSound.RNSoundPackage; |
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
/** | |
* Sample React Native App | |
* https://github.com/facebook/react-native | |
* This is for test image bugs constant | |
* @flow | |
*/ | |
import React, { Component } from 'react'; | |
import { | |
Platform, |
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
/** | |
* Copyright (c) 2015-present, Facebook, Inc. | |
* All rights reserved. | |
* | |
* This source code is licensed under the BSD-style license found in the | |
* LICENSE file in the root directory of this source tree. An additional grant | |
* of patent rights can be found in the PATENTS file in the same directory. | |
*/ | |
#import "AppDelegate.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
platform :ios, '9.3' | |
target 'rentcssbeta' do | |
rn_path = '../node_modules/react-native' | |
pod 'react-native-maps', path: '../node_modules/react-native-maps' | |
pod 'RNFirebase', path: '../node_modules/react-native-firebase/ios' | |
pod 'Firebase/Core' | |
pod 'Firebase/Messaging' | |
pod 'Firebase/Crash' |
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
Reporting For MYSQL and SQL Server. | |
_____________________________________________________________________________ | |
Most reporting are done before using report writer, odbc or else... | |
_____________________________________________________________________________ | |
Single Query | |
SELECT * FROM generalledger; | |
Dynamic Query |
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
<?php | |
namespace Classes; | |
use PDO; | |
include_once("AbstractClass.php"); | |
/** | |
* Class AliPaySplitFundInfo |
OlderNewer