text
stringlengths
9
39.2M
dir
stringlengths
25
226
lang
stringclasses
163 values
created_date
timestamp[s]
updated_date
timestamp[s]
repo_name
stringclasses
751 values
repo_full_name
stringclasses
752 values
star
int64
1.01k
183k
len_tokens
int64
1
18.5M
```python #!/usr/bin/env python # coding=utf-8 from __future__ import print_function import os import requests import re import time import xml.dom.minidom import json import sys import math import subprocess import ssl import threading DEBUG = False MAX_GROUP_NUM = 2 # INTERFACE_CALLING_INTERVAL = 5 # , "", MAX...
/content/code_sandbox/wdf.py
python
2016-01-02T01:28:59
2024-08-09T08:34:27
wechat-deleted-friends
0x5e/wechat-deleted-friends
4,769
3,816
```javascript const express = require('express'); const app = express(); const PORT = process.env.PORT || 9333; app.all('/', (req, res) => res.send(` Calculating your default signature.... <script> window.onload = () => { let orientation = screen.orientation ? screen.orientation.angle : ...
/content/code_sandbox/z00mdetect.js
javascript
2016-02-13T17:34:07
2024-08-16T18:34:19
HackVault
0xSobky/HackVault
1,917
130
```javascript const express = require('express'); const app = express(); const storage = require('node-persist'); const PORT = process.env.PORT || 9333; app.all('/', (req, res) => res.send(` You have to zoom in or zoom out and then <s>refresh the page.</s> <sup>it should refresh itself!</sup> <script> ...
/content/code_sandbox/z00mtrack.js
javascript
2016-02-13T17:34:07
2024-08-16T18:34:19
HackVault
0xSobky/HackVault
1,917
458
```javascript jaVasCript:/*-/*`/*\`/*'/*"/*%0A%0a*/(/* */oNcliCk=alert() )//</stYle/</titLe/</teXtarEa/</scRipt/--!>\x3ciframe/<iframe/oNloAd=alert()//>\x3e ```
/content/code_sandbox/XSS-polyglot.js
javascript
2016-02-13T17:34:07
2024-08-16T18:34:19
HackVault
0xSobky/HackVault
1,917
80
```javascript /** * Deanonymize a predefined group of users, given sufficient arguments. * @param attackMethod {string}, the method of the attack (either 'redirection' or 'statusCode'). * @param endpoint {string}, the vulnerable endpoint with the user ID parameter last. * @param idList {array}, a list of the target...
/content/code_sandbox/deanonymize.js
javascript
2016-02-13T17:34:07
2024-08-16T18:34:19
HackVault
0xSobky/HackVault
1,917
713
```python #!/usr/bin/env python # -*- coding: utf-8 -*- """ Automate the reconnaissance process, given a domain name. """ from __future__ import absolute_import, print_function import sys import socket import subprocess from time import sleep def main(): """Execute main code.""" try: domain = sys.argv[...
/content/code_sandbox/AutoRecon.py
python
2016-02-13T17:34:07
2024-08-16T18:34:19
HackVault
0xSobky/HackVault
1,917
586
```javascript /** * A wrapper object for helper functions. */ let regaxorHelpers = { padLeft(str) { return str[0] + str; }, padRight(str) { return str + str[str.length - 1]; }, replaceDots(str) { return str.replace(/\./g, 'X'); }, doubleEscape(str) { retu...
/content/code_sandbox/regaxor.js
javascript
2016-02-13T17:34:07
2024-08-16T18:34:19
HackVault
0xSobky/HackVault
1,917
745
```objective-c // // CollectionViewController.h // TYPagerControllerDemo // // Created by tany on 16/5/17. // #import <UIKit/UIKit.h> @interface CollectionViewController : UIViewController @property (nonatomic, strong) NSString *text; @end ```
/content/code_sandbox/TYPagerControllerDemo/CollectionViewController.h
objective-c
2016-05-18T14:23:06
2024-07-24T04:09:28
TYPagerController
12207480/TYPagerController
1,373
56
```objective-c // // TabPagerViewDmeoController.h // TYPagerControllerDemo // // Created by tany on 2017/7/19. // #import <UIKit/UIKit.h> @interface TabPagerViewDmeoController : UIViewController @end ```
/content/code_sandbox/TYPagerControllerDemo/TabPagerViewDmeoController.h
objective-c
2016-05-18T14:23:06
2024-07-24T04:09:28
TYPagerController
12207480/TYPagerController
1,373
57
```objective-c // // ListViewController.h // TYPagerControllerDemo // // Created by tany on 16/5/17. // #import <UIKit/UIKit.h> @interface ListViewController : UIViewController @property (nonatomic, strong) NSString *text; @end ```
/content/code_sandbox/TYPagerControllerDemo/ListViewController.h
objective-c
2016-05-18T14:23:06
2024-07-24T04:09:28
TYPagerController
12207480/TYPagerController
1,373
56
```ruby Pod::Spec.new do |s| # pod search [name] s.name = "TYPagerController" # s.version = "2.1.2" # s.summary = "page scroll View controller,simple,high custom,and have tabBar styles." # s.homepage = "path_to_url" # LICENSE s.license = { :type => 'MIT', :file => 'LICENSE' } # s.author = { "tany" => "122074809...
/content/code_sandbox/TYPagerController.podspec
ruby
2016-05-18T14:23:06
2024-07-24T04:09:28
TYPagerController
12207480/TYPagerController
1,373
197
```objective-c // // CustomViewController.h // TYPagerControllerDemo // // Created by tany on 16/4/20. // #import <UIKit/UIKit.h> @interface CustomViewController : UIViewController @property (nonatomic, strong) NSString *text; @end ```
/content/code_sandbox/TYPagerControllerDemo/CustomViewController.h
objective-c
2016-05-18T14:23:06
2024-07-24T04:09:28
TYPagerController
12207480/TYPagerController
1,373
56
```objective-c // // ViewController.h // TYPagerControllerDemo // // Created by tany on 2017/7/6. // #import <UIKit/UIKit.h> @interface ViewController : UIViewController @end ```
/content/code_sandbox/TYPagerControllerDemo/ViewController.h
objective-c
2016-05-18T14:23:06
2024-07-24T04:09:28
TYPagerController
12207480/TYPagerController
1,373
45
```objective-c // // PagerControllerDmeoController.m // TYPagerControllerDemo // // Created by tany on 2017/7/19. // #import "PagerControllerDmeoController.h" #import "TYTabPagerBar.h" #import "TYPagerController.h" #import "ListViewController.h" #import "CollectionViewController.h" #import "CustomViewController.h" ...
/content/code_sandbox/TYPagerControllerDemo/PagerControllerDmeoController.m
objective-c
2016-05-18T14:23:06
2024-07-24T04:09:28
TYPagerController
12207480/TYPagerController
1,373
1,148
```objective-c // // PagerViewDmeoController.m // TYPagerControllerDemo // // Created by tanyang on 2017/7/6. // #import "PagerViewDmeoController.h" #import "TYPagerView.h" #import "TYTabPagerBar.h" @interface PagerViewDmeoController ()<TYPagerViewDataSource, TYPagerViewDelegate,TYTabPagerBarDataSource,TYTabPagerB...
/content/code_sandbox/TYPagerControllerDemo/PagerViewDmeoController.m
objective-c
2016-05-18T14:23:06
2024-07-24T04:09:28
TYPagerController
12207480/TYPagerController
1,373
1,570
```objective-c // // PagerControllerDemoController.m // TYPagerControllerDemo // // Created by tanyang on 2017/7/18. // #import "TabPagerControllerDemoController.h" #import "CustomViewController.h" #import "ListViewController.h" #import "CollectionViewController.h" @interface TabPagerControllerDemoController ()<TY...
/content/code_sandbox/TYPagerControllerDemo/TabPagerControllerDemoController.m
objective-c
2016-05-18T14:23:06
2024-07-24T04:09:28
TYPagerController
12207480/TYPagerController
1,373
660
```objective-c // // AppDelegate.h // TYPagerControllerDemo // // Created by tany on 2017/7/6. // #import <UIKit/UIKit.h> @interface AppDelegate : UIResponder <UIApplicationDelegate> @property (strong, nonatomic) UIWindow *window; @end ```
/content/code_sandbox/TYPagerControllerDemo/AppDelegate.h
objective-c
2016-05-18T14:23:06
2024-07-24T04:09:28
TYPagerController
12207480/TYPagerController
1,373
57
```objective-c // // PagerViewDmeoController.h // TYPagerControllerDemo // // Created by tanyang on 2017/7/6. // #import <UIKit/UIKit.h> @interface PagerViewDmeoController : UIViewController @end ```
/content/code_sandbox/TYPagerControllerDemo/PagerViewDmeoController.h
objective-c
2016-05-18T14:23:06
2024-07-24T04:09:28
TYPagerController
12207480/TYPagerController
1,373
56
```objective-c // // PagerControllerDmeoController.h // TYPagerControllerDemo // // Created by tany on 2017/7/19. // #import <UIKit/UIKit.h> @interface PagerControllerDmeoController : UIViewController @end ```
/content/code_sandbox/TYPagerControllerDemo/PagerControllerDmeoController.h
objective-c
2016-05-18T14:23:06
2024-07-24T04:09:28
TYPagerController
12207480/TYPagerController
1,373
55
```objective-c // // ListViewController.m // TYPagerControllerDemo // // Created by tany on 16/5/17. // #import "ListViewController.h" @interface ListViewController ()<UITableViewDataSource, UITableViewDelegate> @property (nonatomic, weak) UITableView *tableView; @end @implementation ListViewController - (void)v...
/content/code_sandbox/TYPagerControllerDemo/ListViewController.m
objective-c
2016-05-18T14:23:06
2024-07-24T04:09:28
TYPagerController
12207480/TYPagerController
1,373
639
```objective-c // // ViewController.m // TYPagerControllerDemo // // Created by tany on 2017/7/6. // #import "ViewController.h" #import "PagerViewDmeoController.h" #import "PagerControllerDmeoController.h" #import "TabPagerControllerDemoController.h" #import "TabPagerViewDmeoController.h" @interface ViewController...
/content/code_sandbox/TYPagerControllerDemo/ViewController.m
objective-c
2016-05-18T14:23:06
2024-07-24T04:09:28
TYPagerController
12207480/TYPagerController
1,373
339
```objective-c // // AppDelegate.m // TYPagerControllerDemo // // Created by tany on 2017/7/6. // #import "AppDelegate.h" @interface AppDelegate () @end @implementation AppDelegate - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { // Override poi...
/content/code_sandbox/TYPagerControllerDemo/AppDelegate.m
objective-c
2016-05-18T14:23:06
2024-07-24T04:09:28
TYPagerController
12207480/TYPagerController
1,373
374
```objective-c // // CustomViewController.m // TYPagerControllerDemo // // Created by tany on 16/4/20. // #import "CustomViewController.h" #import "PagerControllerDmeoController.h" @interface CustomViewController () @property (nonatomic, weak) UILabel *label; @property (nonatomic, weak) UIButton *pushBtn; @propert...
/content/code_sandbox/TYPagerControllerDemo/CustomViewController.m
objective-c
2016-05-18T14:23:06
2024-07-24T04:09:28
TYPagerController
12207480/TYPagerController
1,373
828
```objective-c // // main.m // TYPagerControllerDemo // // Created by tany on 2017/7/6. // #import <UIKit/UIKit.h> #import "AppDelegate.h" int main(int argc, char * argv[]) { @autoreleasepool { return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class])); } } ```
/content/code_sandbox/TYPagerControllerDemo/main.m
objective-c
2016-05-18T14:23:06
2024-07-24T04:09:28
TYPagerController
12207480/TYPagerController
1,373
75
```objective-c // // CollectionViewController.m // TYPagerControllerDemo // // Created by tany on 16/5/17. // #import "CollectionViewController.h" @interface CollectionViewController ()<UICollectionViewDataSource> @property (nonatomic, weak) UICollectionView *collectionView; @end static NSString *const cellId = @...
/content/code_sandbox/TYPagerControllerDemo/CollectionViewController.m
objective-c
2016-05-18T14:23:06
2024-07-24T04:09:28
TYPagerController
12207480/TYPagerController
1,373
615
```objective-c // // PagerControllerDemoController.h // TYPagerControllerDemo // // Created by tanyang on 2017/7/18. // #import "TYTabPagerController.h" @interface TabPagerControllerDemoController : TYTabPagerController @end ```
/content/code_sandbox/TYPagerControllerDemo/TabPagerControllerDemoController.h
objective-c
2016-05-18T14:23:06
2024-07-24T04:09:28
TYPagerController
12207480/TYPagerController
1,373
58
```objective-c // // TabPagerViewDmeoController.m // TYPagerControllerDemo // // Created by tany on 2017/7/19. // #import "TabPagerViewDmeoController.h" #import "TYTabPagerView.h" @interface TabPagerViewDmeoController ()<TYTabPagerViewDataSource, TYTabPagerViewDelegate> @property (nonatomic, weak) TYTabPagerView ...
/content/code_sandbox/TYPagerControllerDemo/TabPagerViewDmeoController.m
objective-c
2016-05-18T14:23:06
2024-07-24T04:09:28
TYPagerController
12207480/TYPagerController
1,373
694
```xml <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "path_to_url"> <plist version="1.0"> <dict> <key>CFBundleDevelopmentRegion</key> <string>en</string> <key>CFBundleExecutable</key> <string>$(EXECUTABLE_NAME)</string> <key>CFBundleIdentifier</key> <string>$(PRODUCT_...
/content/code_sandbox/TYPagerControllerDemo/Info.plist
xml
2016-05-18T14:23:06
2024-07-24T04:09:28
TYPagerController
12207480/TYPagerController
1,373
419
```objective-c // // TYPagerController.h // TYPagerControllerDemo // // Created by tanyang on 16/4/13. // #import <UIKit/UIKit.h> #import "TYPagerViewLayout.h" NS_ASSUME_NONNULL_BEGIN @class TYPagerController; @protocol TYPagerControllerDataSource <NSObject> // viewController's count in pagerController - (NSInte...
/content/code_sandbox/TYPagerControllerDemo/TYPagerController/TYPagerController.h
objective-c
2016-05-18T14:23:06
2024-07-24T04:09:28
TYPagerController
12207480/TYPagerController
1,373
820
```objective-c // // TYPagerViewLayout.h // TYPagerControllerDemo // // Created by tanyang on 2017/7/9. // #import <UIKit/UIKit.h> NS_ASSUME_NONNULL_BEGIN @interface NSObject (TY_PagerReuseIdentify) // resueId @property (nonatomic, strong, readonly, nullable) NSString *ty_pagerReuseIdentify; @end @class TYPager...
/content/code_sandbox/TYPagerControllerDemo/TYPagerController/TYPagerViewLayout.h
objective-c
2016-05-18T14:23:06
2024-07-24T04:09:28
TYPagerController
12207480/TYPagerController
1,373
1,400
```objective-c // // TYPagerView.h // TYPagerControllerDemo // // Created by tany on 2017/7/5. // #import <UIKit/UIKit.h> #import "TYPagerViewLayout.h" NS_ASSUME_NONNULL_BEGIN @class TYPagerView; @protocol TYPagerViewDataSource <NSObject> - (NSInteger)numberOfViewsInPagerView; /* 1.if prefetching is YES, the pr...
/content/code_sandbox/TYPagerControllerDemo/TYPagerController/TYPagerView.h
objective-c
2016-05-18T14:23:06
2024-07-24T04:09:28
TYPagerController
12207480/TYPagerController
1,373
846
```objective-c // // TYPagerController.m // TYPagerControllerDemo // // Created by tanyang on 16/4/13. // #import "TYPagerController.h" @interface TYPagerController ()<TYPagerViewLayoutDataSource, TYPagerViewLayoutDelegate> { // private struct { unsigned int viewWillAppearForIndex :1; unsig...
/content/code_sandbox/TYPagerControllerDemo/TYPagerController/TYPagerController.m
objective-c
2016-05-18T14:23:06
2024-07-24T04:09:28
TYPagerController
12207480/TYPagerController
1,373
2,136
```objective-c // // TYPagerView.m // TYPagerControllerDemo // // Created by tany on 2017/7/5. // #import "TYPagerView.h" @interface TYPagerView ()<TYPagerViewLayoutDataSource, TYPagerViewLayoutDelegate> { // private struct { unsigned int willAppearViewForIndex :1; unsigned int didAppearVie...
/content/code_sandbox/TYPagerControllerDemo/TYPagerController/TYPagerView.m
objective-c
2016-05-18T14:23:06
2024-07-24T04:09:28
TYPagerController
12207480/TYPagerController
1,373
1,851
```objective-c // // TYTabTitleViewCell.m // TYPagerControllerDemo // // Created by tany on 16/5/4. // #import "TYTabPagerBarCell.h" @interface TYTabPagerBarCell () @property (nonatomic, weak) UILabel *titleLabel; @end @implementation TYTabPagerBarCell - (instancetype)initWithFrame:(CGRect)frame { if (self =...
/content/code_sandbox/TYPagerControllerDemo/TYPagerController/TabPager/TYTabPagerBarCell.m
objective-c
2016-05-18T14:23:06
2024-07-24T04:09:28
TYPagerController
12207480/TYPagerController
1,373
250
```objective-c // // TYPagerViewLayout.m // TYPagerControllerDemo // // Created by tanyang on 2017/7/9. // #import "TYPagerViewLayout.h" #import <objc/runtime.h> @interface TYAutoPurgeCache : NSCache @end @implementation TYAutoPurgeCache - (nonnull instancetype)init { if (self = [super init]) { [[NSN...
/content/code_sandbox/TYPagerControllerDemo/TYPagerController/TYPagerViewLayout.m
objective-c
2016-05-18T14:23:06
2024-07-24T04:09:28
TYPagerController
12207480/TYPagerController
1,373
6,498
```objective-c // // TYTabTitleViewCell.h // TYPagerControllerDemo // // Created by tany on 16/5/4. // #import <UIKit/UIKit.h> NS_ASSUME_NONNULL_BEGIN @protocol TYTabPagerBarCellProtocol <NSObject> /** font ,textColor will use TYTabPagerBarLayout's textFont,textColor */ @property (nonatomic, strong, readonly) UI...
/content/code_sandbox/TYPagerControllerDemo/TYPagerController/TabPager/TYTabPagerBarCell.h
objective-c
2016-05-18T14:23:06
2024-07-24T04:09:28
TYPagerController
12207480/TYPagerController
1,373
130
```objective-c // // TYTabPagerBarLayout.m // TYPagerControllerDemo // // Created by tanyang on 2017/7/17. // #import "TYTabPagerBarLayout.h" #import "TYTabPagerBar.h" @interface TYTabPagerBarLayout () @property (nonatomic, weak) TYTabPagerBar *pagerTabBar; @property (nonatomic, assign) CGFloat selectFontScale; ...
/content/code_sandbox/TYPagerControllerDemo/TYPagerController/TabPager/TYTabPagerBarLayout.m
objective-c
2016-05-18T14:23:06
2024-07-24T04:09:28
TYPagerController
12207480/TYPagerController
1,373
3,652
```objective-c // // TYTabPagerBar.m // TYPagerControllerDemo // // Created by tany on 2017/7/13. // #import "TYTabPagerBar.h" @interface TYTabPagerBar ()<UICollectionViewDelegateFlowLayout, UICollectionViewDataSource> { struct { unsigned int transitionFromeCellAnimated :1; unsigned int transit...
/content/code_sandbox/TYPagerControllerDemo/TYPagerController/TabPager/TYTabPagerBar.m
objective-c
2016-05-18T14:23:06
2024-07-24T04:09:28
TYPagerController
12207480/TYPagerController
1,373
2,592
```objective-c // // TYTabPagerBarLayout.h // TYPagerControllerDemo // // Created by tanyang on 2017/7/17. // #import <UIKit/UIKit.h> #import "TYTabPagerBarCell.h" NS_ASSUME_NONNULL_BEGIN typedef NS_ENUM(NSUInteger, TYPagerBarStyle) { TYPagerBarStyleNoneView, TYPagerBarStyleProgressView, TYPagerBarSty...
/content/code_sandbox/TYPagerControllerDemo/TYPagerController/TabPager/TYTabPagerBarLayout.h
objective-c
2016-05-18T14:23:06
2024-07-24T04:09:28
TYPagerController
12207480/TYPagerController
1,373
826
```objective-c // // TYTabPagerView.m // TYPagerControllerDemo // // Created by tanyang on 2017/7/18. // #import "TYTabPagerView.h" @interface TYTabPagerView ()<TYTabPagerBarDataSource,TYTabPagerBarDelegate,TYPagerViewDataSource, TYPagerViewDelegate> // UI @property (nonatomic, weak) TYTabPagerBar *tabBar; @prope...
/content/code_sandbox/TYPagerControllerDemo/TYPagerController/TabPager/TYTabPagerView.m
objective-c
2016-05-18T14:23:06
2024-07-24T04:09:28
TYPagerController
12207480/TYPagerController
1,373
1,621
```objective-c // // TYTabPagerView.h // TYPagerControllerDemo // // Created by tanyang on 2017/7/18. // #import <UIKit/UIKit.h> #import "TYPagerView.h" #import "TYTabPagerBar.h" NS_ASSUME_NONNULL_BEGIN @class TYTabPagerView; @protocol TYTabPagerViewDataSource <NSObject> - (NSInteger)numberOfViewsInTabPagerView;...
/content/code_sandbox/TYPagerControllerDemo/TYPagerController/TabPager/TYTabPagerView.h
objective-c
2016-05-18T14:23:06
2024-07-24T04:09:28
TYPagerController
12207480/TYPagerController
1,373
615
```objective-c // // TYTabPagerBar.h // TYPagerControllerDemo // // Created by tany on 2017/7/13. // #import <UIKit/UIKit.h> #import "TYTabPagerBarLayout.h" NS_ASSUME_NONNULL_BEGIN @class TYTabPagerBar; @protocol TYTabPagerBarDataSource <NSObject> - (NSInteger)numberOfItemsInPagerTabBar; - (UICollectionViewCell...
/content/code_sandbox/TYPagerControllerDemo/TYPagerController/TabPager/TYTabPagerBar.h
objective-c
2016-05-18T14:23:06
2024-07-24T04:09:28
TYPagerController
12207480/TYPagerController
1,373
745
```objective-c // // TYTabPagerController.h // TYPagerControllerDemo // // Created by tanyang on 2017/7/18. // #import <UIKit/UIKit.h> #import "TYTabPagerBar.h" #import "TYPagerController.h" NS_ASSUME_NONNULL_BEGIN @class TYTabPagerController; @protocol TYTabPagerControllerDataSource <NSObject> - (NSInteger)numb...
/content/code_sandbox/TYPagerControllerDemo/TYPagerController/TabPager/TYTabPagerController.h
objective-c
2016-05-18T14:23:06
2024-07-24T04:09:28
TYPagerController
12207480/TYPagerController
1,373
575
```xml <?xml version="1.0" encoding="UTF-8" standalone="no"?> <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="11134" systemVersion="15F34" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" color...
/content/code_sandbox/TYPagerControllerDemo/Base.lproj/LaunchScreen.storyboard
xml
2016-05-18T14:23:06
2024-07-24T04:09:28
TYPagerController
12207480/TYPagerController
1,373
433
```objective-c // // TYTabPagerController.m // TYPagerControllerDemo // // Created by tanyang on 2017/7/18. // #import "TYTabPagerController.h" @interface TYTabPagerController ()<TYTabPagerBarDataSource,TYTabPagerBarDelegate,TYPagerControllerDataSource,TYPagerControllerDelegate> // UI @property (nonatomic, strong...
/content/code_sandbox/TYPagerControllerDemo/TYPagerController/TabPager/TYTabPagerController.m
objective-c
2016-05-18T14:23:06
2024-07-24T04:09:28
TYPagerController
12207480/TYPagerController
1,373
1,763
```xml <?xml version="1.0" encoding="UTF-8"?> <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="12121" systemVersion="16F73" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController...
/content/code_sandbox/TYPagerControllerDemo/Base.lproj/Main.storyboard
xml
2016-05-18T14:23:06
2024-07-24T04:09:28
TYPagerController
12207480/TYPagerController
1,373
1,716
```unknown <?xml version="1.0" encoding="UTF-8"?> <Workspace version = "1.0"> <FileRef location = "self:"> </FileRef> </Workspace> ```
/content/code_sandbox/TYPagerControllerDemo_swift.xcodeproj/project.xcworkspace/contents.xcworkspacedata
unknown
2016-05-18T14:23:06
2024-07-24T04:09:28
TYPagerController
12207480/TYPagerController
1,373
46
```unknown <?xml version="1.0" encoding="UTF-8"?> <Scheme LastUpgradeVersion = "0830" version = "1.3"> <BuildAction parallelizeBuildables = "YES" buildImplicitDependencies = "YES"> <BuildActionEntries> <BuildActionEntry buildForTesting = "YES" buildForRunning ...
/content/code_sandbox/TYPagerControllerDemo_swift.xcodeproj/xcuserdata/tanyang.xcuserdatad/xcschemes/TYPagerControllerDemo_swift.xcscheme
unknown
2016-05-18T14:23:06
2024-07-24T04:09:28
TYPagerController
12207480/TYPagerController
1,373
820
```xml <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "path_to_url"> <plist version="1.0"> <dict> <key>SchemeUserState</key> <dict> <key>TYPagerControllerDemo_swift.xcscheme</key> <dict> <key>orderHint</key> <integer>0</integer> </dict> </dict> <key>SuppressB...
/content/code_sandbox/TYPagerControllerDemo_swift.xcodeproj/xcuserdata/tanyang.xcuserdatad/xcschemes/xcschememanagement.plist
xml
2016-05-18T14:23:06
2024-07-24T04:09:28
TYPagerController
12207480/TYPagerController
1,373
185
```unknown <?xml version="1.0" encoding="UTF-8"?> <Bucket type = "1" version = "2.0"> </Bucket> ```
/content/code_sandbox/TYPagerControllerDemo_swift.xcodeproj/xcuserdata/tanyang.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist
unknown
2016-05-18T14:23:06
2024-07-24T04:09:28
TYPagerController
12207480/TYPagerController
1,373
35
```unknown <?xml version="1.0" encoding="UTF-8"?> <Scheme LastUpgradeVersion = "0830" version = "1.3"> <BuildAction parallelizeBuildables = "YES" buildImplicitDependencies = "YES"> <BuildActionEntries> <BuildActionEntry buildForTesting = "YES" buildForRunning ...
/content/code_sandbox/TYPagerControllerDemo_swift.xcodeproj/xcuserdata/tany.xcuserdatad/xcschemes/TYPagerControllerDemo_swift.xcscheme
unknown
2016-05-18T14:23:06
2024-07-24T04:09:28
TYPagerController
12207480/TYPagerController
1,373
820
```xml <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "path_to_url"> <plist version="1.0"> <dict> <key>SchemeUserState</key> <dict> <key>TYPagerControllerDemo_swift.xcscheme</key> <dict> <key>orderHint</key> <integer>1</integer> </dict> </dict> <key>SuppressB...
/content/code_sandbox/TYPagerControllerDemo_swift.xcodeproj/xcuserdata/tany.xcuserdatad/xcschemes/xcschememanagement.plist
xml
2016-05-18T14:23:06
2024-07-24T04:09:28
TYPagerController
12207480/TYPagerController
1,373
185
```unknown <?xml version="1.0" encoding="UTF-8"?> <Bucket type = "1" version = "2.0"> </Bucket> ```
/content/code_sandbox/TYPagerControllerDemo_swift.xcodeproj/xcuserdata/tany.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist
unknown
2016-05-18T14:23:06
2024-07-24T04:09:28
TYPagerController
12207480/TYPagerController
1,373
35
```unknown // !$*UTF8*$! { archiveVersion = 1; classes = { }; objectVersion = 46; objects = { /* Begin PBXBuildFile section */ 2B8C4E861F5E570300539B07 /* TYTabPagerBar.m in Sources */ = {isa = PBXBuildFile; fileRef = 2B8C4E771F5E570300539B07 /* TYTabPagerBar.m */; }; 2B8C4E871F5E570300539B07 /* TYTabPagerBar...
/content/code_sandbox/TYPagerControllerDemo_swift.xcodeproj/project.pbxproj
unknown
2016-05-18T14:23:06
2024-07-24T04:09:28
TYPagerController
12207480/TYPagerController
1,373
6,916
```unknown <?xml version="1.0" encoding="UTF-8"?> <Workspace version = "1.0"> <FileRef location = "self:TYPagerControllerDemo.xcodeproj"> </FileRef> </Workspace> ```
/content/code_sandbox/TYPagerControllerDemo.xcodeproj/project.xcworkspace/contents.xcworkspacedata
unknown
2016-05-18T14:23:06
2024-07-24T04:09:28
TYPagerController
12207480/TYPagerController
1,373
53
```xml <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "path_to_url"> <plist version="1.0"> <dict> <key>SchemeUserState</key> <dict> <key>TYPagerControllerDemo.xcscheme</key> <dict> <key>orderHint</key> <integer>0</integer> </dict> </dict> <key>SuppressBuildab...
/content/code_sandbox/TYPagerControllerDemo.xcodeproj/xcuserdata/tanyang.xcuserdatad/xcschemes/xcschememanagement.plist
xml
2016-05-18T14:23:06
2024-07-24T04:09:28
TYPagerController
12207480/TYPagerController
1,373
235
```unknown <?xml version="1.0" encoding="UTF-8"?> <Scheme LastUpgradeVersion = "0830" version = "1.3"> <BuildAction parallelizeBuildables = "YES" buildImplicitDependencies = "YES"> <BuildActionEntries> <BuildActionEntry buildForTesting = "YES" buildForRunning ...
/content/code_sandbox/TYPagerControllerDemo.xcodeproj/xcuserdata/tanyang.xcuserdatad/xcschemes/TYPagerControllerDemo.xcscheme
unknown
2016-05-18T14:23:06
2024-07-24T04:09:28
TYPagerController
12207480/TYPagerController
1,373
912
```unknown <?xml version="1.0" encoding="UTF-8"?> <Bucket type = "1" version = "2.0"> </Bucket> ```
/content/code_sandbox/TYPagerControllerDemo.xcodeproj/xcuserdata/tanyang.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist
unknown
2016-05-18T14:23:06
2024-07-24T04:09:28
TYPagerController
12207480/TYPagerController
1,373
35
```xml <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "path_to_url"> <plist version="1.0"> <dict> <key>SchemeUserState</key> <dict> <key>TYPagerControllerDemo.xcscheme</key> <dict> <key>orderHint</key> <integer>0</integer> </dict> </dict> <key>SuppressBuildab...
/content/code_sandbox/TYPagerControllerDemo.xcodeproj/xcuserdata/tany.xcuserdatad/xcschemes/xcschememanagement.plist
xml
2016-05-18T14:23:06
2024-07-24T04:09:28
TYPagerController
12207480/TYPagerController
1,373
235
```unknown <?xml version="1.0" encoding="UTF-8"?> <Scheme LastUpgradeVersion = "0830" version = "1.3"> <BuildAction parallelizeBuildables = "YES" buildImplicitDependencies = "YES"> <BuildActionEntries> <BuildActionEntry buildForTesting = "YES" buildForRunning ...
/content/code_sandbox/TYPagerControllerDemo.xcodeproj/xcuserdata/tany.xcuserdatad/xcschemes/TYPagerControllerDemo.xcscheme
unknown
2016-05-18T14:23:06
2024-07-24T04:09:28
TYPagerController
12207480/TYPagerController
1,373
912
```unknown <?xml version="1.0" encoding="UTF-8"?> <Bucket type = "1" version = "2.0"> </Bucket> ```
/content/code_sandbox/TYPagerControllerDemo.xcodeproj/xcuserdata/tany.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist
unknown
2016-05-18T14:23:06
2024-07-24T04:09:28
TYPagerController
12207480/TYPagerController
1,373
35
```unknown // !$*UTF8*$! { archiveVersion = 1; classes = { }; objectVersion = 46; objects = { /* Begin PBXBuildFile section */ 2B0D5BBC1F15FD1F00A4B8B1 /* CollectionViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 2B0D5BB71F15FD1F00A4B8B1 /* CollectionViewController.m */; }; 2B0D5BBD1F15FD1F00A...
/content/code_sandbox/TYPagerControllerDemo.xcodeproj/project.pbxproj
unknown
2016-05-18T14:23:06
2024-07-24T04:09:28
TYPagerController
12207480/TYPagerController
1,373
8,576
```swift // // TabPagerViewDemoController.swift // TYPagerControllerDemo_swift // // Created by tany on 2017/7/19. // import UIKit class TabPagerViewDemoController: UIViewController { lazy var pagerView = TYTabPagerView() lazy var datas = [String]() override func viewDidLoad() { super...
/content/code_sandbox/TYPagerControllerDemo_swift/TabPagerViewDemoController.swift
swift
2016-05-18T14:23:06
2024-07-24T04:09:28
TYPagerController
12207480/TYPagerController
1,373
561
```objective-c // // TYPagerControllerDemo_swift-Brdging-Header.h // TYPagerControllerDemo_swift // // Created by tany on 2017/7/19. // #ifndef TYPagerControllerDemo_swift_Brdging_Header_h #define TYPagerControllerDemo_swift_Brdging_Header_h #import "TYTabPagerView.h" #import "TYTabPagerController.h" #endif /* TY...
/content/code_sandbox/TYPagerControllerDemo_swift/TYPagerControllerDemo_swift-Brdging-Header.h
objective-c
2016-05-18T14:23:06
2024-07-24T04:09:28
TYPagerController
12207480/TYPagerController
1,373
104
```swift // // PagerControlerDemoController.swift // TYPagerControllerDemo_swift // // Created by tany on 2017/7/19. // import UIKit class PagerControlerDemoController: UIViewController { lazy var tabBar = TYTabPagerBar() lazy var pagerController = TYPagerController() lazy var datas = [String]() ...
/content/code_sandbox/TYPagerControllerDemo_swift/PagerControlerDemoController.swift
swift
2016-05-18T14:23:06
2024-07-24T04:09:28
TYPagerController
12207480/TYPagerController
1,373
873
```swift // // AppDelegate.swift // TYPagerControllerDemo_swift // // Created by tany on 2017/7/19. // import UIKit @UIApplicationMain class AppDelegate: UIResponder, UIApplicationDelegate { var window: UIWindow? func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions:...
/content/code_sandbox/TYPagerControllerDemo_swift/AppDelegate.swift
swift
2016-05-18T14:23:06
2024-07-24T04:09:28
TYPagerController
12207480/TYPagerController
1,373
395
```swift // // ViewController.swift // TYPagerControllerDemo_swift // // Created by tany on 2017/7/19. // import UIKit class ViewController: UIViewController { override func viewDidLoad() { super.viewDidLoad() // Do any additional setup after loading the view, typically from a nib. ...
/content/code_sandbox/TYPagerControllerDemo_swift/ViewController.swift
swift
2016-05-18T14:23:06
2024-07-24T04:09:28
TYPagerController
12207480/TYPagerController
1,373
212
```swift // // TabPagerControllerDemoController.swift // TYPagerControllerDemo_swift // // Created by tany on 2017/7/19. // import UIKit class TabPagerControllerDemoController: TYTabPagerController { lazy var datas = [String]() override func viewDidLoad() { super.viewDidLoad() // Do ...
/content/code_sandbox/TYPagerControllerDemo_swift/TabPagerControllerDemoController.swift
swift
2016-05-18T14:23:06
2024-07-24T04:09:28
TYPagerController
12207480/TYPagerController
1,373
367
```xml <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "path_to_url"> <plist version="1.0"> <dict> <key>CFBundleDevelopmentRegion</key> <string>en</string> <key>CFBundleExecutable</key> <string>$(EXECUTABLE_NAME)</string> <key>CFBundleIdentifier</key> <string>$(PRODUCT_...
/content/code_sandbox/TYPagerControllerDemo_swift/Info.plist
xml
2016-05-18T14:23:06
2024-07-24T04:09:28
TYPagerController
12207480/TYPagerController
1,373
419
```xml <?xml version="1.0" encoding="UTF-8" standalone="no"?> <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="11134" systemVersion="15F34" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" color...
/content/code_sandbox/TYPagerControllerDemo_swift/Base.lproj/LaunchScreen.storyboard
xml
2016-05-18T14:23:06
2024-07-24T04:09:28
TYPagerController
12207480/TYPagerController
1,373
433
```xml <?xml version="1.0" encoding="UTF-8"?> <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="12121" systemVersion="16F73" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController...
/content/code_sandbox/TYPagerControllerDemo_swift/Base.lproj/Main.storyboard
xml
2016-05-18T14:23:06
2024-07-24T04:09:28
TYPagerController
12207480/TYPagerController
1,373
1,475
```yaml # SCFBuild configuration file for Twitter Color Emoji output_file: build/TwitterEmojiColor-SVGinOT-MacOS.ttf verbose: False glyph_svg_dir: build/svg-bw color_svg_dir: build/svg-color # Translate the SVGs on import into glyphs. # y+150 for correct emoji-only vertical alignment. glyph_translate_x: 0 glyph_transla...
/content/code_sandbox/scfbuild-macos.yml
yaml
2016-03-10T23:36:04
2024-08-15T17:16:28
twemoji-color-font
13rac1/twemoji-color-font
1,663
347
```yaml # SCFBuild configuration file for Twitter Color Emoji output_file: build/TwitterEmojiColor-SVGinOT.ttf verbose: False glyph_svg_dir: build/svg-bw color_svg_dir: build/svg-color # Translate the SVGs on import into glyphs. # y+150 for correct emoji-only vertical alignment. glyph_translate_x: 0 glyph_translate_y: ...
/content/code_sandbox/scfbuild.yml
yaml
2016-03-10T23:36:04
2024-08-15T17:16:28
twemoji-color-font
13rac1/twemoji-color-font
1,663
337
```unknown # Makefile to create all versions of the Twitter Color Emoji SVGinOT font # Run with: make -j [NUMBER_OF_CPUS] # Use Linux Shared Memory to avoid wasted disk writes. Use /tmp to disable. TMP := /dev/shm #TMP := /tmp # Where to find scfbuild? SCFBUILD := SCFBuild/bin/scfbuild VERSION := 14.0.2 FONT_PREFIX ...
/content/code_sandbox/Makefile
unknown
2016-03-10T23:36:04
2024-08-15T17:16:28
twemoji-color-font
13rac1/twemoji-color-font
1,663
1,665
```batchfile @ECHO OFF SETLOCAL SET MS_EMOJI_FONT_PATH="%SystemRoot%\Fonts\seguiemj.ttf" SET MS_FONT_PATH="%SystemRoot%\Fonts\seguisym.ttf" IF EXIST %MS_EMOJI_FONT_PATH% ( ECHO Pressing [INSTALL] button in the Font Viewer will reinstall ECHO the original Segoe UI Emoji font. fontview %SystemRoot%\Fonts\se...
/content/code_sandbox/windows/uninstall.cmd
batchfile
2016-03-10T23:36:04
2024-08-15T17:16:28
twemoji-color-font
13rac1/twemoji-color-font
1,663
152
```shell #!/bin/sh #path_to_url echo "Twitter Color Emoji font uninstaller for Linux\n" set -v # Set XDG_DATA_HOME to default if empty. if [ -z "$XDG_DATA_HOME" ];then XDG_DATA_HOME=$HOME/.local/share fi FONTCONFIG=$HOME/.config/fontconfig rm $XDG_DATA_HOME/fonts/TwitterColorEmoji-SVGinOT.ttf rm $FONTCONFIG/conf.d...
/content/code_sandbox/linux/uninstall.sh
shell
2016-03-10T23:36:04
2024-08-15T17:16:28
twemoji-color-font
13rac1/twemoji-color-font
1,663
118
```shell #!/bin/sh #path_to_url echo -e "Twitter Color Emoji font installer for Linux\n" # Check for Bitstream Vera fc-list | grep "Bitstream Vera" > /dev/null RETURN=$? if [ $RETURN -ne 0 ];then echo "Bitstream Vera font family not found. Please install it:" echo "sudo apt-get install ttf-bitstream-vera" exit 1...
/content/code_sandbox/linux/install.sh
shell
2016-03-10T23:36:04
2024-08-15T17:16:28
twemoji-color-font
13rac1/twemoji-color-font
1,663
380
```batchfile @ECHO OFF SETLOCAL @setlocal enableextensions @cd /d "%~dp0" SET MS_EMOJI_FONT_PATH="%SystemRoot%\Fonts\seguiemj.ttf" SET MS_FONT_PATH="%SystemRoot%\Fonts\seguisym.ttf" SET EMOJI_FONT_PATH="%CD%\TwitterColorEmoji-SVGinOT.ttf" SET FINAL_EMJ_FONT_PATH_NO_QUOTES=%CD%\Segoe UI Emoji with Twemoji.ttf SET FINA...
/content/code_sandbox/windows/install.cmd
batchfile
2016-03-10T23:36:04
2024-08-15T17:16:28
twemoji-color-font
13rac1/twemoji-color-font
1,663
1,107
```unknown Font: sans Vera.ttf: "Bitstream Vera Sans" "Roman" TwitterColorEmoji-SVGinOT.ttf: "Twitter Color Emoji" "Regular" Font: sans-serif Vera.ttf: "Bitstream Vera Sans" "Roman" TwitterColorEmoji-SVGinOT.ttf: "Twitter Color Emoji" "Regular" Font: serif VeraSe.ttf: "Bitstream Vera Serif" "Roman" TwitterColorEmoji-...
/content/code_sandbox/linux/tests/expected-results.test
unknown
2016-03-10T23:36:04
2024-08-15T17:16:28
twemoji-color-font
13rac1/twemoji-color-font
1,663
473
```shell #!/bin/bash # Tests of fontconfig configuration for Bitstream Vera and Twitter Color Emoji. # # The first two lines of the results of fc-match for each font request are # are compared to known correct results. Any differences are shown. # The test result file TMP=current-results.test # The expected test resul...
/content/code_sandbox/linux/tests/tests.sh
shell
2016-03-10T23:36:04
2024-08-15T17:16:28
twemoji-color-font
13rac1/twemoji-color-font
1,663
383
```unknown Format: path_to_url Upstream-Name: twemoji-color-font Upstream-Contact: Brad Erickson <eosrei@gmail.com> Files: * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restricti...
/content/code_sandbox/linux/debian/copyright
unknown
2016-03-10T23:36:04
2024-08-15T17:16:28
twemoji-color-font
13rac1/twemoji-color-font
1,663
283
```unknown etc/fonts/conf.avail/46-twemoji-color.conf etc/fonts/conf.d/46-twemoji-color.conf ```
/content/code_sandbox/linux/debian/links
unknown
2016-03-10T23:36:04
2024-08-15T17:16:28
twemoji-color-font
13rac1/twemoji-color-font
1,663
23
```unknown #!/usr/bin/make -f %: dh $@ ```
/content/code_sandbox/linux/debian/rules
unknown
2016-03-10T23:36:04
2024-08-15T17:16:28
twemoji-color-font
13rac1/twemoji-color-font
1,663
15
```unknown TwitterColorEmoji-SVGinOT.ttf usr/share/fonts/truetype/emoji fontconfig/46-twemoji-color.conf etc/fonts/conf.avail ```
/content/code_sandbox/linux/debian/install
unknown
2016-03-10T23:36:04
2024-08-15T17:16:28
twemoji-color-font
13rac1/twemoji-color-font
1,663
31
```unknown Source: fonts-twemoji-svginot Section: fonts Priority: extra Standards-Version: 3.9.5 Maintainer: Brad Erickson <eosrei@gmail.com> Build-Depends: debhelper (>= 9) Homepage: path_to_url Package: fonts-twemoji-svginot Architecture: all Multi-Arch: foreign Depends: ${misc:Depends}, fontconfig, ttf-bitstr...
/content/code_sandbox/linux/debian/control
unknown
2016-03-10T23:36:04
2024-08-15T17:16:28
twemoji-color-font
13rac1/twemoji-color-font
1,663
132
```unknown 9 ```
/content/code_sandbox/linux/debian/compat
unknown
2016-03-10T23:36:04
2024-08-15T17:16:28
twemoji-color-font
13rac1/twemoji-color-font
1,663
3
```unknown 1.0 ```
/content/code_sandbox/linux/debian/source/format
unknown
2016-03-10T23:36:04
2024-08-15T17:16:28
twemoji-color-font
13rac1/twemoji-color-font
1,663
5
```unknown fonts-twemoji-svginot (14.0.2-1) bionic; urgency=medium * Update to twemoji 14.0.2. -- Brad Erickson <eosrei@gmail.com> Mon, 27 Oct 2022 13:37:13 -0700 fonts-twemoji-svginot (13.1.0-1) bionic; urgency=medium * Update to twemoji 13.1.0. -- Brad Erickson <eosrei@gmail.com> Sun, 20 Jun 2021 16:58:1...
/content/code_sandbox/linux/debian/changelog
unknown
2016-03-10T23:36:04
2024-08-15T17:16:28
twemoji-color-font
13rac1/twemoji-color-font
1,663
761
```unknown <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE fontconfig SYSTEM "fonts.dtd"> <!-- Twitter Color Emoji SVGinOT Font Fontconfig fonts.conf for a Bitstream Vera default path_to_url The DejaVu font family is based on the Bitstream Vera font family to provide greater unicode coverage. The only way to overrid...
/content/code_sandbox/linux/fontconfig/46-twemoji-color.conf
unknown
2016-03-10T23:36:04
2024-08-15T17:16:28
twemoji-color-font
13rac1/twemoji-color-font
1,663
1,168
```unknown /* This file is part of JQTools Project introduce: path_to_url Contact email: Jason@JasonServer.com GitHub: path_to_url */ #include "makegroup.h" ```
/content/code_sandbox/components/MakeGroup/MakeGroup
unknown
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
44
```objective-c #if defined __cplusplus #include <iostream> #include <functional> #include <algorithm> #include <memory> #include <initializer_list> #include <QApplication> #include <QVariant> #include <QMap> #include <QList> #include <QVector> #include <QStringList> #include <QDir> #include <QPointer> #include <QColo...
/content/code_sandbox/cpp/stable.h
objective-c
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
179
```qmake # # This file is part of JQTools # # Project introduce: path_to_url # # # Contact email: Jason@JasonServer.com # # GitHub: path_to_url # include( $$PWD/IconMaker/IconMaker.pri ) include( $$PWD/FontToPng/FontToPng.pri ) include( $$PWD/QRCodeMaker/QRCodeMaker.pri ) include( $$PWD/BarcodeMaker/BarcodeMak...
/content/code_sandbox/components/MakeGroup/MakeGroup.pri
qmake
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
137
```qmake # # This file is part of JQTools # # Project introduce: path_to_url # # # Contact email: Jason@JasonServer.com # # GitHub: path_to_url # include( $$PWD/WelcomeGroup/WelcomeGroup.pri ) include( $$PWD/TextGroup/TextGroup.pri ) include( $$PWD/CalculateGroup/CalculateGroup.pri ) include( $$PWD/MakeGroup/M...
/content/code_sandbox/components/components.pri
qmake
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
124
```c++ /* This file is part of JQTools Project introduce: path_to_url Contact email: Jason@JasonServer.com GitHub: path_to_url */ // Qt lib import #include <QApplication> #include <QQmlApplicationEngine> #include <QtQml> #include <QVersionNumber> #include <QMessageBox> // JQLibrary import #include...
/content/code_sandbox/cpp/main.cpp
c++
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
482
```objective-c /* This file is part of JQTools Project introduce: path_to_url Contact email: Jason@JasonServer.com GitHub: path_to_url */ #ifndef GROUP_MAKEGROUP_FONTTOPNG_CPP_FONTTOPNG_H_ #define GROUP_MAKEGROUP_FONTTOPNG_CPP_FONTTOPNG_H_ // C++ lib import #include <functional> // Qt lib import ...
/content/code_sandbox/components/MakeGroup/FontToPng/cpp/fonttopng.h
objective-c
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
525
```unknown <RCC> <qresource prefix="/"> <file>main.qml</file> </qresource> </RCC> ```
/content/code_sandbox/qml/qml.qrc
unknown
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
28
```qmake # # This file is part of JQTools # # Project introduce: path_to_url # # # Contact email: Jason@JasonServer.com # # GitHub: path_to_url # TEMPLATE = app QT += qml quick widgets concurrent CONFIG += c++11 CONFIG += c++14 include( $$PWD/JQLibraryImport.pri ) include( $$PWD/library/JQToolsLibrary/JQToo...
/content/code_sandbox/JQTools.pro
qmake
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
237
```unknown /* This file is part of JQTools Project introduce: path_to_url Contact email: Jason@JasonServer.com GitHub: path_to_url */ #include "jqtools_manage.hpp" ```
/content/code_sandbox/cpp/JQToolsManage
unknown
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
45
```unknown <RCC> <qresource prefix="/"> <file>FontToPngFont.qrc</file> <file>Elusive/Elusive.ttf</file> <file>Elusive/Elusive.txt</file> <file>FontAwesome/FontAwesome.ttf</file> <file>FontAwesome/FontAwesome.txt</file> <file>Foundation/Foundation.ttf</file> <file>...
/content/code_sandbox/components/MakeGroup/FontToPng/Resource/Font/FontToPngFont.qrc
unknown
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
423
```qml /* This file is part of JQTools Project introduce: path_to_url Contact email: Jason@JasonServer.com GitHub: path_to_url */ import QtQuick 2.7 import QtQuick.Controls 1.4 import QtGraphicalEffects 1.0 import "qrc:/MaterialUI/" import "qrc:/MaterialUI/Interface/" ApplicationWindow { id: a...
/content/code_sandbox/qml/main.qml
qml
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
3,140