Skip to content

Instantly share code, notes, and snippets.

View NomiJ's full-sized avatar

Nomi NomiJ

  • systematicbytes.com
  • Victoria, 3064 Australia
View GitHub Profile
@NomiJ
NomiJ / index.php
Created May 17, 2023 07:20
OpenAi Demo
<!DOCTYPE html>
<html>
<head>
<title>Tailored Resume</title>
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css">
</head>
<body>
2015-09-09 08:25:37,347 [TRACE] org.red5.server.net.rtmp.codec.RTMPMinaProtocolEncoder - Encoder lock acquiring.. ACU0F3D3INA1U
2015-09-09 08:25:37,347 [TRACE] org.red5.server.net.rtmp.codec.RTMPMinaProtocolEncoder - Encoder lock acquired ACU0F3D3INA1U
2015-09-09 08:25:37,347 [TRACE] org.red5.server.net.rtmp.codec.RTMPProtocolEncoder - Channel id: 3
2015-09-09 08:25:37,347 [TRACE] org.red5.server.net.rtmp.codec.RTMPProtocolEncoder - Invoke Invoke #63: Service: null Method: demoService.getListOfAvailableFLVs Num Params: 0
2015-09-09 08:25:37,347 [DEBUG] org.red5.server.net.rtmp.codec.RTMPProtocolEncoder - Service: null Method: demoService.getListOfAvailableFLVs Num Params: 0
2015-09-09 08:25:37,347 [DEBUG] org.red5.server.net.rtmp.codec.RTMPProtocolEncoder - encodeCommand - command: Invoke #63: Service: null Method: demoService.getListOfAvailableFLVs Num Params: 0
2015-09-09 08:25:37,348 [DEBUG] org.red5.server.api.Red5 - Get connection: ACU0F3D3INA1U on thread: Thread-2
2015-09-09 08:25:37,348 [DEBUG] org.red
self.bannerView.adUnitID = @"ca-app-pub-2419065877396512/3970156383";
self.bannerView.rootViewController = self;
GADRequest *request = [GADRequest request];
// Requests test ads on devices you specify. Your test device ID is printed to the console when
// an ad request is made. GADBannerView automatically returns test ads when running on a
// simulator.
request.testDevices = @[
@"B4E061FD36E2EE0485E9DC5E2CAC6CC0C1605E2E", // Tam's iAssDevice
@"319618BF7AB6B259CE3DE8ED278CFE2D22A762AB"
];
@NomiJ
NomiJ / Preload.m
Last active August 29, 2015 14:14
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
[[PHPublisherOpenRequest requestForApp:@"929183c60db6445d9e9a50ac06b158be" secret:@"c4cf621390e947419ffd850ef4fc8c3d"] send];
PHPublisherContentRequest *request=[PHPublisherContentRequest requestForApp:@"929183c60db6445d9e9a50ac06b158be" secret:@"c4cf621390e947419ffd850ef4fc8c3d"
placement:@"level_complete"
delegate:self];
/*Is not this the call for preload?*/
[request preload];