Found 62 repositories(showing 30)
chrisneagu
NOTICE This repository contains the public FTC SDK for the SKYSTONE (2019-2020) competition season. If you are looking for the current season's FTC SDK software, please visit the new and permanent home of the public FTC SDK: FtcRobotController repository Welcome! This GitHub repository contains the source code that is used to build an Android app to control a FIRST Tech Challenge competition robot. To use this SDK, download/clone the entire project to your local computer. Getting Started If you are new to robotics or new to the FIRST Tech Challenge, then you should consider reviewing the FTC Blocks Tutorial to get familiar with how to use the control system: FTC Blocks Online Tutorial Even if you are an advanced Java programmer, it is helpful to start with the FTC Blocks tutorial, and then migrate to the OnBot Java Tool or to Android Studio afterwards. Downloading the Project If you are an Android Studio programmer, there are several ways to download this repo. Note that if you use the Blocks or OnBot Java Tool to program your robot, then you do not need to download this repository. If you are a git user, you can clone the most current version of the repository: git clone https://github.com/FIRST-Tech-Challenge/SKYSTONE.git Or, if you prefer, you can use the "Download Zip" button available through the main repository page. Downloading the project as a .ZIP file will keep the size of the download manageable. You can also download the project folder (as a .zip or .tar.gz archive file) from the Downloads subsection of the Releases page for this repository. Once you have downloaded and uncompressed (if needed) your folder, you can use Android Studio to import the folder ("Import project (Eclipse ADT, Gradle, etc.)"). Getting Help User Documentation and Tutorials FIRST maintains online documentation with information and tutorials on how to use the FIRST Tech Challenge software and robot control system. You can access this documentation using the following link: SKYSTONE Online Documentation Note that the online documentation is an "evergreen" document that is constantly being updated and edited. It contains the most current information about the FIRST Tech Challenge software and control system. Javadoc Reference Material The Javadoc reference documentation for the FTC SDK is now available online. Click on the following link to view the FTC SDK Javadoc documentation as a live website: FTC Javadoc Documentation Documentation for the FTC SDK is also included with this repository. There is a subfolder called "doc" which contains several subfolders: The folder "apk" contains the .apk files for the FTC Driver Station and FTC Robot Controller apps. The folder "javadoc" contains the JavaDoc user documentation for the FTC SDK. Online User Forum For technical questions regarding the Control System or the FTC SDK, please visit the FTC Technology forum: FTC Technology Forum Release Information Version 5.5 (20200824-090813) Version 5.5 requires Android Studio 4.0 or later. New features Adds support for calling custom Java classes from Blocks OpModes (fixes SkyStone issue #161). Classes must be in the org.firstinspires.ftc.teamcode package. Methods must be public static and have no more than 21 parameters. Parameters declared as OpMode, LinearOpMode, Telemetry, and HardwareMap are supported and the argument is provided automatically, regardless of the order of the parameters. On the block, the sockets for those parameters are automatically filled in. Parameters declared as char or java.lang.Character will accept any block that returns text and will only use the first character in the text. Parameters declared as boolean or java.lang.Boolean will accept any block that returns boolean. Parameters declared as byte, java.lang.Byte, short, java.lang.Short, int, java.lang.Integer, long, or java.lang.Long, will accept any block that returns a number and will round that value to the nearest whole number. Parameters declared as float, java.lang.Float, double, java.lang.Double will accept any block that returns a number. Adds telemetry API method for setting display format Classic Monospace HTML (certain tags only) Adds blocks support for switching cameras. Adds Blocks support for TensorFlow Object Detection with a custom model. Adds support for uploading a custom TensorFlow Object Detection model in the Manage page, which is especially useful for Blocks and OnBotJava users. Shows new Control Hub blink codes when the WiFi band is switched using the Control Hub's button (only possible on Control Hub OS 1.1.2) Adds new warnings which can be disabled in the Advanced RC Settings Mismatched app versions warning Unnecessary 2.4 GHz WiFi usage warning REV Hub is running outdated firmware (older than version 1.8.2) Adds support for Sony PS4 gamepad, and reworks how gamepads work on the Driver Station Removes preference which sets gamepad type based on driver position. Replaced with menu which allows specifying type for gamepads with unknown VID and PID Attempts to auto-detect gamepad type based on USB VID and PID If gamepad VID and PID is not known, use type specified by user for that VID and PID If gamepad VID and PID is not known AND the user has not specified a type for that VID and PID, an educated guess is made about how to map the gamepad Driver Station will now attempt to automatically recover from a gamepad disconnecting, and re-assign it to the position it was assigned to when it dropped If only one gamepad is assigned and it drops: it can be recovered If two gamepads are assigned, and have different VID/PID signatures, and only one drops: it will be recovered If two gamepads are assigned, and have different VID/PID signatures, and BOTH drop: both will be recovered If two gamepads are assigned, and have the same VID/PID signatures, and only one drops: it will be recovered If two gamepads are assigned, and have the same VID/PID signatures, and BOTH drop: neither will be recovered, because of the ambiguity of the gamepads when they re-appear on the USB bus. There is currently one known edge case: if there are two gamepads with the same VID/PID signature plugged in, but only one is assigned, and they BOTH drop, it's a 50-50 chance of which one will be chosen for automatic recovery to the assigned position: it is determined by whichever one is re-enumerated first by the USB bus controller. Adds landscape user interface to Driver Station New feature: practice timer with audio cues New feature (Control Hub only): wireless network connection strength indicator (0-5 bars) New feature (Control Hub only): tapping on the ping/channel display will switch to an alternate display showing radio RX dBm and link speed (tap again to switch back) The layout will NOT autorotate. You can switch the layout from the Driver Station's settings menu. Breaking changes Removes support for Android versions 4.4 through 5.1 (KitKat and Lollipop). The minSdkVersion is now 23. Removes the deprecated LinearOpMode methods waitOneFullHardwareCycle() and waitForNextHardwareCycle() Enhancements Handles RS485 address of Control Hub automatically The Control Hub is automatically given a reserved address Existing configuration files will continue to work All addresses in the range of 1-10 are still available for Expansion Hubs The Control Hub light will now normally be solid green, without blinking to indicate the address The Control Hub will not be shown on the Expansion Hub Address Change settings page Improves REV Hub firmware updater The user can now choose between all available firmware update files Version 1.8.2 of the REV Hub firmware is bundled into the Robot Controller app. Text was added to clarify that Expansion Hubs can only be updated via USB. Firmware update speed was reduced to improve reliability Allows REV Hub firmware to be updated directly from the Manage webpage Improves log viewer on Robot Controller Horizontal scrolling support (no longer word wrapped) Supports pinch-to-zoom Uses a monospaced font Error messages are highlighted New color scheme Attempts to force-stop a runaway/stuck OpMode without restarting the entire app Not all types of runaway conditions are stoppable, but if the user code attempts to talk to hardware during the runaway, the system should be able to capture it. Makes various tweaks to the Self Inspect screen Renames "OS version" entry to "Android version" Renames "WiFi Direct Name" to "WiFi Name" Adds Control Hub OS version, when viewing the report of a Control Hub Hides the airplane mode entry, when viewing the report of a Control Hub Removes check for ZTE Speed Channel Changer Shows firmware version for all Expansion and Control Hubs Reworks network settings portion of Manage page All network settings are now applied with a single click The WiFi Direct channel of phone-based Robot Controllers can now be changed from the Manage page WiFi channels are filtered by band (2.4 vs 5 GHz) and whether they overlap with other channels The current WiFi channel is pre-selected on phone-based Robot Controllers, and Control Hubs running OS 1.1.2 or later. On Control Hubs running OS 1.1.2 or later, you can choose to have the system automatically select a channel on the 5 GHz band Improves OnBotJava New light and dark themes replace the old themes (chaos, github, chrome,...) the new default theme is light and will be used when you first update to this version OnBotJava now has a tabbed editor Read-only offline mode Improves function of "exit" menu item on Robot Controller and Driver Station Now guaranteed to be fully stopped and unloaded from memory Shows a warning message if a LinearOpMode exists prematurely due to failure to monitor for the start condition Improves error message shown when the Driver Station and Robot Controller are incompatible with each other Driver Station OpMode Control Panel now disabled while a Restart Robot is in progress Disables advanced settings related to WiFi direct when the Robot Controller is a Control Hub. Tint phone battery icons on Driver Station when low/critical. Uses names "Control Hub Portal" and "Control Hub" (when appropriate) in new configuration files Improve I2C read performance Very large improvement on Control Hub; up to ~2x faster with small (e.g. 6 byte) reads Not as apparent on Expansion Hubs connected to a phone Update/refresh build infrastructure Update to 'androidx' support library from 'com.android.support:appcompat', which is end-of-life Update targetSdkVersion and compileSdkVersion to 28 Update Android Studio's Android plugin to latest Fix reported build timestamp in 'About' screen Add sample illustrating manual webcam use: ConceptWebcam Bug fixes Fixes SkyStone issue #248 Fixes SkyStone issue #232 and modifies bulk caching semantics to allow for cache-preserving MANUAL/AUTO transitions. Improves performance when REV 2M distance sensor is unplugged Improves readability of Toast messages on certain devices Allows a Driver Station to connect to a Robot Controller after another has disconnected Improves generation of fake serial numbers for UVC cameras which do not provide a real serial number Previously some devices would assign such cameras a serial of 0:0 and fail to open and start streaming Fixes ftc_app issue #638. Fixes a slew of bugs with the Vuforia camera monitor including: Fixes bug where preview could be displayed with a wonky aspect ratio Fixes bug where preview could be cut off in landscape Fixes bug where preview got totally messed up when rotating phone Fixes bug where crosshair could drift off target when using webcams Fixes issue in UVC driver on some devices (ftc_app 681) if streaming was started/stopped multiple times in a row Issue manifested as kernel panic on devices which do not have this kernel patch. On affected devices which do have the patch, the issue was manifest as simply a failure to start streaming. The Tech Team believes that the root cause of the issue is a bug in the Linux kernel XHCI driver. A workaround was implemented in the SDK UVC driver. Fixes bug in UVC driver where often half the frames from the camera would be dropped (e.g. only 15FPS delivered during a streaming session configured for 30FPS). Fixes issue where TensorFlow Object Detection would show results whose confidence was lower than the minimum confidence parameter. Fixes a potential exploitation issue of CVE-2019-11358 in OnBotJava Fixes changing the address of an Expansion Hub with additional Expansion Hubs connected to it Preserves the Control Hub's network connection when "Restart Robot" is selected Fixes issue where device scans would fail while the Robot was restarting Fix RenderScript usage Use androidx.renderscript variant: increased compatibility Use RenderScript in Java mode, not native: simplifies build Fixes webcam-frame-to-bitmap conversion problem: alpha channel wasn't being initialized, only R, G, & B Fixes possible arithmetic overflow in Deadline Fixes deadlock in Vuforia webcam support which could cause 5-second delays when stopping OpMode Version 5.4 (20200108-101156) Fixes SkyStone issue #88 Adds an inspection item that notes when a robot controller (Control Hub) is using the factory default password. Fixes SkyStone issue #61 Fixes SkyStone issue #142 Fixes ftc_app issue #417 by adding more current and voltage monitoring capabilities for REV Hubs. Fixes a crash sometimes caused by OnBotJava activity Improves OnBotJava autosave functionality ftc_app #738 Fixes system responsiveness issue when an Expansion Hub is disconnected Fixes issue where IMU initialization could prevent Op Modes from stopping Fixes issue where AndroidTextToSpeech.speak() would fail if it was called too early Adds telemetry.speak() methods and blocks, which cause the Driver Station (if also updated) to speak text Adds and improves Expansion Hub-related warnings Improves Expansion Hub low battery warning Displays the warning immediately after the hub reports it Specifies whether the condition is current or occurred temporarily during an OpMode run Displays which hubs reported low battery Displays warning when hub loses and regains power during an OpMode run Fixes the hub's LED pattern after this condition Displays warning when Expansion Hub is not responding to commands Specifies whether the condition is current or occurred temporarily during an OpMode run Clarifies warning when Expansion Hub is not present at startup Specifies that this condition requires a Robot Restart before the hub can be used. The hub light will now accurately reflect this state Improves logging and reduces log spam during these conditions Syncs the Control Hub time and timezone to a connected web browser programming the robot, if a Driver Station is not available. Adds bulk read functionality for REV Hubs A bulk caching mode must be set at the Hub level with LynxModule#setBulkCachingMode(). This applies to all relevant SDK hardware classes that reference that Hub. The following following Hub bulk caching modes are available: BulkCachingMode.OFF (default): All hardware calls operate as usual. Bulk data can read through LynxModule#getBulkData() and processed manually. BulkCachingMode.AUTO: Applicable hardware calls are served from a bulk read cache that is cleared/refreshed automatically to ensure identical commands don't hit the same cache. The cache can also be cleared manually with LynxModule#clearBulkCache(), although this is not recommended. (advanced users) BulkCachingMode.MANUAL: Same as BulkCachingMode.AUTO except the cache is never cleared automatically. To avoid getting stale data, the cache must be manually cleared at the beginning of each loop body or as the user deems appropriate. Removes PIDF Annotation values added in Rev 5.3 (to AndyMark, goBILDA and TETRIX motor configurations). The new motor types will still be available but their Default control behavior will revert back to Rev 5.2 Adds new ConceptMotorBulkRead sample Opmode to demonstrate and compare Motor Bulk-Read modes for reducing I/O latencies. Version 5.3 (20191004-112306) Fixes external USB/UVC webcam support Makes various bugfixes and improvements to Blocks page, including but not limited to: Many visual tweaks Browser zoom and window resize behave better Resizing the Java preview pane works better and more consistently across browsers The Java preview pane consistently gets scrollbars when needed The Java preview pane is hidden by default on phones Internet Explorer 11 should work Large dropdown lists display properly on lower res screens Disabled buttons are now visually identifiable as disabled A warning is shown if a user selects a TFOD sample, but their device is not compatible Warning messages in a Blocks op mode are now visible by default. Adds goBILDA 5201 and 5202 motors to Robot Configurator Adds PIDF Annotation values to AndyMark, goBILDA and TETRIX motor configurations. This has the effect of causing the RUN_USING_ENCODERS and RUN_TO_POSITION modes to use PIDF vs PID closed loop control on these motors. This should provide more responsive, yet stable, speed control. PIDF adds Feedforward control to the basic PID control loop. Feedforward is useful when controlling a motor's speed because it "anticipates" how much the control voltage must change to achieve a new speed set-point, rather than requiring the integrated error to change sufficiently. The PIDF values were chosen to provide responsive, yet stable, speed control on a lightly loaded motor. The more heavily a motor is loaded (drag or friction), the more noticable the PIDF improvement will be. Fixes startup crash on Android 10 Fixes ftc_app issue #712 (thanks to FROGbots-4634) Fixes ftc_app issue #542 Allows "A" and lowercase letters when naming device through RC and DS apps. Version 5.2 (20190905-083277) Fixes extra-wide margins on settings activities, and placement of the new configuration button Adds Skystone Vuforia image target data. Includes sample Skystone Vuforia Navigation op modes (Java). Includes sample Skystone Vuforia Navigation op modes (Blocks). Adds TensorFlow inference model (.tflite) for Skystone game elements. Includes sample Skystone TensorFlow op modes (Java). Includes sample Skystone TensorFlow op modes (Blocks). Removes older (season-specific) sample op modes. Includes 64-bit support (to comply with Google Play requirements). Protects against Stuck OpModes when a Restart Robot is requested. (Thanks to FROGbots-4634) (ftc_app issue #709) Blocks related changes: Fixes bug with blocks generated code when hardware device name is a java or javascript reserved word. Shows generated java code for blocks, even when hardware items are missing from the active configuration. Displays warning icon when outdated Vuforia and TensorFlow blocks are used (SkyStone issue #27) Version 5.1 (20190820-222104) Defines default PIDF parameters for the following motors: REV Core Hex Motor REV 20:1 HD Hex Motor REV 40:1 HD Hex Motor Adds back button when running on a device without a system back button (such as a Control Hub) Allows a REV Control Hub to update the firmware on a REV Expansion Hub via USB Fixes SkyStone issue #9 Fixes ftc_app issue #715 Prevents extra DS User clicks by filtering based on current state. Prevents incorrect DS UI state changes when receiving new OpMode list from RC Adds support for REV Color Sensor V3 Adds a manual-refresh DS Camera Stream for remotely viewing RC camera frames. To show the stream on the DS, initialize but do not run a stream-enabled opmode, select the Camera Stream option in the DS menu, and tap the image to refresh. This feature is automatically enabled when using Vuforia or TFOD—no additional RC configuration is required for typical use cases. To hide the stream, select the same menu item again. Note that gamepads are disabled and the selected opmode cannot be started while the stream is open as a safety precaution. To use custom streams, consult the API docs for CameraStreamServer#setSource and CameraStreamSource. Adds many Star Wars sounds to RobotController resources. Added SKYSTONE Sounds Chooser Sample Program. Switches out startup, connect chimes, and error/warning sounds for Star Wars sounds Updates OnBot Java to use a WebSocket for communication with the robot The OnBot Java page no longer has to do a full refresh when a user switches from editing one file to another Known issues: Camera Stream The Vuforia camera stream inherits the issues present in the phone preview (namely ftc_app issue #574). This problem does not affect the TFOD camera stream even though it receives frames from Vuforia. The orientation of the stream frames may not always match the phone preview. For now, these frames may be rotated manually via a custom CameraStreamSource if desired. OnBotJava Browser back button may not always work correctly It's possible for a build to be queued, but not started. The OnBot Java build console will display a warning if this occurs. A user might not realize they are editing a different file if the user inadvertently switches from one file to another since this switch is now seamless. The name of the currently open file is displayed in the browser tab. Version 5.0 (built on 19.06.14) Support for the REV Robotics Control Hub. Adds a Java preview pane to the Blocks editor. Adds a new offline export feature to the Blocks editor. Display wifi channel in Network circle on Driver Station. Adds calibration for Logitech C270 Updates build tooling and target SDK. Compliance with Google's permissions infrastructure (Required after build tooling update). Keep Alives to mitigate the Motorola wifi scanning problem. Telemetry substitute no longer necessary. Improves Vuforia error reporting. Fixes ftctechnh/ftc_app issues 621, 713. Miscellaneous bug fixes and improvements. Version 4.3 (built on 18.10.31) Includes missing TensorFlow-related libraries and files. Version 4.2 (built on 18.10.30) Includes fix to avoid deadlock situation with WatchdogMonitor which could result in USB communication errors. Comm error appeared to require that user disconnect USB cable and restart the Robot Controller app to recover. robotControllerLog.txt would have error messages that included the words "E RobotCore: lynx xmit lock: #### abandoning lock:" Includes fix to correctly list the parent module address for a REV Robotics Expansion Hub in a configuration (.xml) file. Bug in versions 4.0 and 4.1 would incorrect list the address module for a parent REV Robotics device as "1". If the parent module had a higher address value than the daisy-chained module, then this bug would prevent the Robot Controller from communicating with the downstream Expansion Hub. Added requirement for ACCESS_COARSE_LOCATION to allow a Driver Station running Android Oreo to scan for Wi-Fi Direct devices. Added google() repo to build.gradle because aapt2 must be downloaded from the google() repository beginning with version 3.2 of the Android Gradle Plugin. Important Note: Android Studio users will need to be connected to the Internet the first time build the ftc_app project. Internet connectivity is required for the first build so the appropriate files can be downloaded from the Google repository. Users should not need to be connected to the Internet for subsequent builds. This should also fix buid issue where Android Studio would complain that it "Could not find com.android.tools.lint:lint-gradle:26.1.4" (or similar). Added support for REV Spark Mini motor controller as part of the configuration menu for a servo/PWM port on the REV Expansion Hub. Provide examples for playing audio files in an Op Mode. Block Development Tool Changes Includes a fix for a problem with the Velocity blocks that were reported in the FTC Technology forum (Blocks Programming subforum). Change the "Save completed successfully." message to a white color so it will contrast with a green background. Fixed the "Download image" feature so it will work if there are text blocks in the op mode. Introduce support for Google's TensorFlow Lite technology for object detetion for 2018-2019 game. TensorFlow lite can recognize Gold Mineral and Silver Mineral from 2018-2019 game. Example Java and Block op modes are included to show how to determine the relative position of the gold block (left, center, right). Version 4.1 (released on 18.09.24) Changes include: Fix to prevent crash when deprecated configuration annotations are used. Change to allow FTC Robot Controller APK to be auto-updated using FIRST Global Control Hub update scripts. Removed samples for non supported / non legal hardware. Improvements to Telemetry.addData block with "text" socket. Updated Blocks sample op mode list to include Rover Ruckus Vuforia example. Update SDK library version number. Version 4.0 (released on 18.09.12) Changes include: Initial support for UVC compatible cameras If UVC camera has a unique serial number, RC will detect and enumerate by serial number. If UVC camera lacks a unique serial number, RC will only support one camera of that type connected. Calibration settings for a few cameras are included (see TeamCode/src/main/res/xml/teamwebcamcalibrations.xml for details). User can upload calibration files from Program and Manage web interface. UVC cameras seem to draw a fair amount of electrical current from the USB bus. This does not appear to present any problems for the REV Robotics Control Hub. This does seem to create stability problems when using some cameras with an Android phone-based Robot Controller. FTC Tech Team is investigating options to mitigate this issue with the phone-based Robot Controllers. Updated sample Vuforia Navigation and VuMark Op Modes to demonstrate how to use an internal phone-based camera and an external UVC webcam. Support for improved motor control. REV Robotics Expansion Hub firmware 1.8 and greater will support a feed forward mechanism for closed loop motor control. FTC SDK has been modified to support PIDF coefficients (proportional, integral, derivative, and feed forward). FTC Blocks development tool modified to include PIDF programming blocks. Deprecated older PID-related methods and variables. REV's 1.8.x PIDF-related changes provide a more linear and accurate way to control a motor. Wireless Added 5GHz support for wireless channel changing for those devices that support it. Tested with Moto G5 and E4 phones. Also tested with other (currently non-approved) phones such as Samsung Galaxy S8. Improved Expansion Hub firmware update support in Robot Controller app Changes to make the system more robust during the firmware update process (when performed through Robot Controller app). User no longer has to disconnect a downstream daisy-chained Expansion Hub when updating an Expansion Hub's firmware. If user is updating an Expansion Hub's firmware through a USB connection, he/she does not have to disconnect RS485 connection to other Expansion Hubs. The user still must use a USB connection to update an Expansion Hub's firmware. The user cannot update the Expansion Hub firmware for a downstream device that is daisy chained through an RS485 connection. If an Expansion Hub accidentally gets "bricked" the Robot Controller app is now more likely to recognize the Hub when it scans the USB bus. Robot Controller app should be able to detect an Expansion Hub, even if it accidentally was bricked in a previous update attempt. Robot Controller app should be able to install the firmware onto the Hub, even if if accidentally was bricked in a previous update attempt. Resiliency FTC software can detect and enable an FTDI reset feature that is available with REV Robotics v1.8 Expansion Hub firmware and greater. When enabled, the Expansion Hub can detect if it hasn't communicated with the Robot Controller over the FTDI (USB) connection. If the Hub hasn't heard from the Robot Controller in a while, it will reset the FTDI connection. This action helps system recover from some ESD-induced disruptions. Various fixes to improve reliability of FTC software. Blocks Fixed errors with string and list indices in blocks export to java. Support for USB connected UVC webcams. Refactored optimized Blocks Vuforia code to support Rover Ruckus image targets. Added programming blocks to support PIDF (proportional, integral, derivative and feed forward) motor control. Added formatting options (under Telemetry and Miscellaneous categories) so user can set how many decimal places to display a numerical value. Support to play audio files (which are uploaded through Blocks web interface) on Driver Station in addition to the Robot Controller. Fixed bug with Download Image of Blocks feature. Support for REV Robotics Blinkin LED Controller. Support for REV Robotics 2m Distance Sensor. Added support for a REV Touch Sensor (no longer have to configure as a generic digital device). Added blocks for DcMotorEx methods. These are enhanced methods that you can use when supported by the motor controller hardware. The REV Robotics Expansion Hub supports these enhanced methods. Enhanced methods include methods to get/set motor velocity (in encoder pulses per second), get/set PIDF coefficients, etc.. Modest Improvements in Logging Decrease frequency of battery checker voltage statements. Removed non-FTC related log statements (wherever possible). Introduced a "Match Logging" feature. Under "Settings" a user can enable/disable this feature (it's disabled by default). If enabled, user provides a "Match Number" through the Driver Station user interface (top of the screen). The Match Number is used to create a log file specifically with log statements from that particular Op Mode run. Match log files are stored in /sdcard/FIRST/matlogs on the Robot Controller. Once an op mode run is complete, the Match Number is cleared. This is a convenient way to create a separate match log with statements only related to a specific op mode run. New Devices Support for REV Robotics Blinkin LED Controller. Support for REV Robotics 2m Distance Sensor. Added configuration option for REV 20:1 HD Hex Motor. Added support for a REV Touch Sensor (no longer have to configure as a generic digital device). Miscellaneous Fixed some errors in the definitions for acceleration and velocity in our javadoc documentation. Added ability to play audio files on Driver Station When user is configuring an Expansion Hub, the LED on the Expansion Hub will change blink pattern (purple-cyan) to indicate which Hub is currently being configured. Renamed I2cSensorType to I2cDeviceType. Added an external sample Op Mode that demonstrates localization using 2018-2019 (Rover Ruckus presented by QualComm) Vuforia targets. Added an external sample Op Mode that demonstrates how to use the REV Robotics 2m Laser Distance Sensor. Added an external sample Op Mode that demonstrates how to use the REV Robotics Blinkin LED Controller. Re-categorized external Java sample Op Modes to "TeleOp" instead of "Autonomous". Known issues: Initial support for UVC compatible cameras UVC cameras seem to draw significant amount of current from the USB bus. This does not appear to present any problems for the REV Robotics Control Hub. This does seem to create stability problems when using some cameras with an Android phone-based Robot Controller. FTC Tech Team is investigating options to mitigate this issue with the phone-based Robot Controllers. There might be a possible deadlock which causes the RC to become unresponsive when using a UVC webcam with a Nougat Android Robot Controller. Wireless When user selects a wireless channel, this channel does not necessarily persist if the phone is power cycled. Tech Team is hoping to eventually address this issue in a future release. Issue has been present since apps were introduced (i.e., it is not new with the v4.0 release). Wireless channel is not currently displayed for WiFi Direct connections. Miscellaneous The blink indication feature that shows which Expansion Hub is currently being configured does not work for a newly created configuration file. User has to first save a newly created configuration file and then close and re-edit the file in order for blink indicator to work. Version 3.6 (built on 17.12.18) Changes include: Blocks Changes Uses updated Google Blockly software to allow users to edit their op modes on Apple iOS devices (including iPad and iPhone). Improvement in Blocks tool to handle corrupt op mode files. Autonomous op modes should no longer get switched back to tele-op after re-opening them to be edited. The system can now detect type mismatches during runtime and alert the user with a message on the Driver Station. Updated javadoc documentation for setPower() method to reflect correct range of values (-1 to +1). Modified VuforiaLocalizerImpl to allow for user rendering of frames Added a user-overrideable onRenderFrame() method which gets called by the class's renderFrame() method. Version 3.5 (built on 17.10.30) Changes with version 3.5 include: Introduced a fix to prevent random op mode stops, which can occur after the Robot Controller app has been paused and then resumed (for example, when a user temporarily turns off the display of the Robot Controller phone, and then turns the screen back on). Introduced a fix to prevent random op mode stops, which were previously caused by random peer disconnect events on the Driver Station. Fixes issue where log files would be closed on pause of the RC or DS, but not re-opened upon resume. Fixes issue with battery handler (voltage) start/stop race. Fixes issue where Android Studio generated op modes would disappear from available list in certain situations. Fixes problem where OnBot Java would not build on REV Robotics Control Hub. Fixes problem where OnBot Java would not build if the date and time on the Robot Controller device was "rewound" (set to an earlier date/time). Improved error message on OnBot Java that occurs when renaming a file fails. Removed unneeded resources from android.jar binaries used by OnBot Java to reduce final size of Robot Controller app. Added MR_ANALOG_TOUCH_SENSOR block to Blocks Programming Tool. Version 3.4 (built on 17.09.06) Changes with version 3.4 include: Added telemetry.update() statement for BlankLinearOpMode template. Renamed sample Block op modes to be more consistent with Java samples. Added some additional sample Block op modes. Reworded OnBot Java readme slightly. Version 3.3 (built on 17.09.04) This version of the software includes improves for the FTC Blocks Programming Tool and the OnBot Java Programming Tool. Changes with verion 3.3 include: Android Studio ftc_app project has been updated to use Gradle Plugin 2.3.3. Android Studio ftc_app project is already using gradle 3.5 distribution. Robot Controller log has been renamed to /sdcard/RobotControllerLog.txt (note that this change was actually introduced w/ v3.2). Improvements in I2C reliability. Optimized I2C read for REV Expansion Hub, with v1.7 firmware or greater. Updated all external/samples (available through OnBot and in Android project folder). Vuforia Added support for VuMarks that will be used for the 2017-2018 season game. Blocks Update to latest Google Blockly release. Sample op modes can be selected as a template when creating new op mode. Fixed bug where the blocks would disappear temporarily when mouse button is held down. Added blocks for Range.clip and Range.scale. User can now disable/enable Block op modes. Fix to prevent occasional Blocks deadlock. OnBot Java Significant improvements with autocomplete function for OnBot Java editor. Sample op modes can be selected as a template when creating new op mode. Fixes and changes to complete hardware setup feature. Updated (and more useful) onBot welcome message. Known issues: Android Studio After updating to the new v3.3 Android Studio project folder, if you get error messages indicating "InvalidVirtualFileAccessException" then you might need to do a File->Invalidate Caches / Restart to clear the error. OnBot Java Sometimes when you push the build button to build all op modes, the RC returns an error message that the build failed. If you press the build button a second time, the build typically suceeds. Version 3.2 (built on 17.08.02) This version of the software introduces the "OnBot Java" Development Tool. Similar to the FTC Blocks Development Tool, the FTC OnBot Java Development Tool allows a user to create, edit and build op modes dynamically using only a Javascript-enabled web browser. The OnBot Java Development Tool is an integrated development environment (IDE) that is served up by the Robot Controller. Op modes are created and edited using a Javascript-enabled browser (Google Chromse is recommended). Op modes are saved on the Robot Controller Android device directly. The OnBot Java Development Tool provides a Java programming environment that does NOT need Android Studio. Changes with version 3.2 include: Enhanced web-based development tools Introduction of OnBot Java Development Tool. Web-based programming and management features are "always on" (user no longer needs to put Robot Controller into programming mode). Web-based management interface (where user can change Robot Controller name and also easily download Robot Controller log file). OnBot Java, Blocks and Management features available from web based interface. Blocks Programming Development Tool: Changed "LynxI2cColorRangeSensor" block to "REV Color/range sensor" block. Fixed tooltip for ColorSensor.isLightOn block. Added blocks for ColorSensor.getNormalizedColors and LynxI2cColorRangeSensor.getNormalizedColors. Added example op modes for digital touch sensor and REV Robotics Color Distance sensor. User selectable color themes. Includes many minor enhancements and fixes (too numerous to list). Known issues: Auto complete function is incomplete and does not support the following (for now): Access via this keyword Access via super keyword Members of the super cloass, not overridden by the class Any methods provided in the current class Inner classes Can't handle casted objects Any objects coming from an parenthetically enclosed expression Version 3.10 (built on 17.05.09) This version of the software provides support for the REV Robotics Expansion Hub. This version also includes improvements in the USB communication layer in an effort to enhance system resiliency. If you were using a 2.x version of the software previously, updating to version 3.1 requires that you also update your Driver Station software in addition to updating the Robot Controller software. Also note that in version 3.10 software, the setMaxSpeed and getMaxSpeed methods are no longer available (not deprecated, they have been removed from the SDK). Also note that the the new 3.x software incorporates motor profiles that a user can select as he/she configures the robot. Changes include: Blocks changes Added VuforiaTrackableDefaultListener.getPose and Vuforia.trackPose blocks. Added optimized blocks support for Vuforia extended tracking. Added atan2 block to the math category. Added useCompetitionFieldTargetLocations parameter to Vuforia.initialize block. If set to false, the target locations are placed at (0,0,0) with target orientation as specified in https://github.com/gearsincorg/FTCVuforiaDemo/blob/master/Robot_Navigation.java tutorial op mode. Incorporates additional improvements to USB comm layer to improve system resiliency (to recover from a greater number of communication disruptions). Additional Notes Regarding Version 3.00 (built on 17.04.13) In addition to the release changes listed below (see section labeled "Version 3.00 (built on 17.04.013)"), version 3.00 has the following important changes: Version 3.00 software uses a new version of the FTC Robocol (robot protocol). If you upgrade to v3.0 on the Robot Controller and/or Android Studio side, you must also upgrade the Driver Station software to match the new Robocol. Version 3.00 software removes the setMaxSpeed and getMaxSpeed methods from the DcMotor class. If you have an op mode that formerly used these methods, you will need to remove the references/calls to these methods. Instead, v3.0 provides the max speed information through the use of motor profiles that are selected by the user during robot configuration. Version 3.00 software currently does not have a mechanism to disable extra i2c sensors. We hope to re-introduce this function with a release in the near future. Version 3.00 (built on 17.04.13) *** Use this version of the software at YOUR OWN RISK!!! *** This software is being released as an "alpha" version. Use this version at your own risk! This pre-release software contains SIGNIFICANT changes, including changes to the Wi-Fi Direct pairing mechanism, rewrites of the I2C sensor classes, changes to the USB/FTDI layer, and the introduction of support for the REV Robotics Expansion Hub and the REV Robotics color-range-light sensor. These changes were implemented to improve the reliability and resiliency of the FTC control system. Please note, however, that version 3.00 is considered "alpha" code. This code is being released so that the FIRST community will have an opportunity to test the new REV Expansion Hub electronics module when it becomes available in May. The developers do not recommend using this code for critical applications (i.e., competition use). *** Use this version of the software at YOUR OWN RISK!!! *** Changes include: Major rework of sensor-related infrastructure. Includes rewriting sensor classes to implement synchronous I2C communication. Fix to reset Autonomous timer back to 30 seconds. Implementation of specific motor profiles for approved 12V motors (includes Tetrix, AndyMark, Matrix and REV models). Modest improvements to enhance Wi-Fi P2P pairing. Fixes telemetry log addition race. Publishes all the sources (not just a select few). Includes Block programming improvements Addition of optimized Vuforia blocks. Auto scrollbar to projects and sounds pages. Fixed blocks paste bug. Blocks execute after while-opModeIsActive loop (to allow for cleanup before exiting op mode). Added gyro integratedZValue block. Fixes bug with projects page for Firefox browser. Added IsSpeaking block to AndroidTextToSpeech. Implements support for the REV Robotics Expansion Hub Implements support for integral REV IMU (physically installed on I2C bus 0, uses same Bosch BNO055 9 axis absolute orientation sensor as Adafruit 9DOF abs orientation sensor). - Implements support for REV color/range/light sensor. Provides support to update Expansion Hub firmware through FTC SDK. Detects REV firmware version and records in log file. Includes support for REV Control Hub (note that the REV Control Hub is not yet approved for FTC use). Implements FTC Blocks programming support for REV Expansion Hub and sensor hardware. Detects and alerts when I2C device disconnect. Version 2.62 (built on 17.01.07) Added null pointer check before calling modeToByte() in finishModeSwitchIfNecessary method for ModernRoboticsUsbDcMotorController class. Changes to enhance Modern Robotics USB protocol robustness. Version 2.61 (released on 16.12.19) Blocks Programming mode changes: Fix to correct issue when an exception was thrown because an OpticalDistanceSensor object appears twice in the hardware map (the second time as a LightSensor). Version 2.6 (released on 16.12.16) Fixes for Gyro class: Improve (decrease) sensor refresh latency. fix isCalibrating issues. Blocks Programming mode changes: Blocks now ignores a device in the configuration xml if the name is empty. Other devices work in configuration work fine. Version 2.5 (internal release on released on 16.12.13) Blocks Programming mode changes: Added blocks support for AdafruitBNO055IMU. Added Download Op Mode button to FtcBocks.html. Added support for copying blocks in one OpMode and pasting them in an other OpMode. The clipboard content is stored on the phone, so the programming mode server must be running. Modified Utilities section of the toolbox. In Programming Mode, display information about the active connections. Fixed paste location when workspace has been scrolled. Added blocks support for the android Accelerometer. Fixed issue where Blocks Upload Op Mode truncated name at first dot. Added blocks support for Android SoundPool. Added type safety to blocks for Acceleration. Added type safety to blocks for AdafruitBNO055IMU.Parameters. Added type safety to blocks for AnalogInput. Added type safety to blocks for AngularVelocity. Added type safety to blocks for Color. Added type safety to blocks for ColorSensor. Added type safety to blocks for CompassSensor. Added type safety to blocks for CRServo. Added type safety to blocks for DigitalChannel. Added type safety to blocks for ElapsedTime. Added type safety to blocks for Gamepad. Added type safety to blocks for GyroSensor. Added type safety to blocks for IrSeekerSensor. Added type safety to blocks for LED. Added type safety to blocks for LightSensor. Added type safety to blocks for LinearOpMode. Added type safety to blocks for MagneticFlux. Added type safety to blocks for MatrixF. Added type safety to blocks for MrI2cCompassSensor. Added type safety to blocks for MrI2cRangeSensor. Added type safety to blocks for OpticalDistanceSensor. Added type safety to blocks for Orientation. Added type safety to blocks for Position. Added type safety to blocks for Quaternion. Added type safety to blocks for Servo. Added type safety to blocks for ServoController. Added type safety to blocks for Telemetry. Added type safety to blocks for Temperature. Added type safety to blocks for TouchSensor. Added type safety to blocks for UltrasonicSensor. Added type safety to blocks for VectorF. Added type safety to blocks for Velocity. Added type safety to blocks for VoltageSensor. Added type safety to blocks for VuforiaLocalizer.Parameters. Added type safety to blocks for VuforiaTrackable. Added type safety to blocks for VuforiaTrackables. Added type safety to blocks for enums in AdafruitBNO055IMU.Parameters. Added type safety to blocks for AndroidAccelerometer, AndroidGyroscope, AndroidOrientation, and AndroidTextToSpeech. Version 2.4 (released on 16.11.13) Fix to avoid crashing for nonexistent resources. Blocks Programming mode changes: Added blocks to support OpenGLMatrix, MatrixF, and VectorF. Added blocks to support AngleUnit, AxesOrder, AxesReference, CameraDirection, CameraMonitorFeedback, DistanceUnit, and TempUnit. Added blocks to support Acceleration. Added blocks to support LinearOpMode.getRuntime. Added blocks to support MagneticFlux and Position. Fixed typos. Made blocks for ElapsedTime more consistent with other objects. Added blocks to support Quaternion, Velocity, Orientation, AngularVelocity. Added blocks to support VuforiaTrackables, VuforiaTrackable, VuforiaLocalizer, VuforiaTrackableDefaultListener. Fixed a few blocks. Added type checking to new blocks. Updated to latest blockly. Added default variable blocks to navigation and matrix blocks. Fixed toolbox entry for openGLMatrix_rotation_withAxesArgs. When user downloads Blocks-generated op mode, only the .blk file is downloaded. When user uploads Blocks-generated op mode (.blk file), Javascript code is auto generated. Added DbgLog support. Added logging when a blocks file is read/written. Fixed bug to properly render blocks even if missing devices from configuration file. Added support for additional characters (not just alphanumeric) for the block file names (for download and upload). Added support for OpMode flavor (“Autonomous” or “TeleOp”) and group. Changes to Samples to prevent tutorial issues. Incorporated suggested changes from public pull 216 (“Replace .. paths”). Remove Servo Glitches when robot stopped. if user hits “Cancels” when editing a configuration file, clears the unsaved changes and reverts to original unmodified configuration. Added log info to help diagnose why the Robot Controller app was terminated (for example, by watch dog function). Added ability to transfer log from the controller. Fixed inconsistency for AngularVelocity Limit unbounded growth of data for telemetry. If user does not call telemetry.update() for LinearOpMode in a timely manner, data added for telemetry might get lost if size limit is exceeded. Version 2.35 (released on 16.10.06) Blockly programming mode - Removed unnecesary idle() call from blocks for new project. Version 2.30 (released on 16.10.05) Blockly programming mode: Mechanism added to save Blockly op modes from Programming Mode Server onto local device To avoid clutter, blocks are displayed in categorized folders Added support for DigitalChannel Added support for ModernRoboticsI2cCompassSensor Added support for ModernRoboticsI2cRangeSensor Added support for VoltageSensor Added support for AnalogInput Added support for AnalogOutput Fix for CompassSensor setMode block Vuforia Fix deadlock / make camera data available while Vuforia is running. Update to Vuforia 6.0.117 (recommended by Vuforia and Google to close security loophole). Fix for autonomous 30 second timer bug (where timer was in effect, even though it appeared to have timed out). opModeIsActive changes to allow cleanup after op mode is stopped (with enforced 2 second safety timeout). Fix to avoid reading i2c twice. Updated sample Op Modes. Improved logging and fixed intermittent freezing. Added digital I/O sample. Cleaned up device names in sample op modes to be consistent with Pushbot guide. Fix to allow use of IrSeekerSensorV3. Version 2.20 (released on 16.09.08) Support for Modern Robotics Compass Sensor. Support for Modern Robotics Range Sensor. Revise device names for Pushbot templates to match the names used in Pushbot guide. Fixed bug so that IrSeekerSensorV3 device is accessible as IrSeekerSensor in hardwareMap. Modified computer vision code to require an individual Vuforia license (per legal requirement from PTC). Minor fixes. Blockly enhancements: Support for Voltage Sensor. Support for Analog Input. Support for Analog Output. Support for Light Sensor. Support for Servo Controller. Version 2.10 (released on 16.09.03) Support for Adafruit IMU. Improvements to ModernRoboticsI2cGyro class Block on reset of z axis. isCalibrating() returns true while gyro is calibration. Updated sample gyro program. Blockly enhancements support for android.graphics.Color. added support for ElapsedTime. improved look and legibility of blocks. support for compass sensor. support for ultrasonic sensor. support for IrSeeker. support for LED. support for color sensor. support for CRServo prompt user to configure robot before using programming mode. Provides ability to disable audio cues. various bug fixes and improvements. Version 2.00 (released on 16.08.19) This is the new release for the upcoming 2016-2017 FIRST Tech Challenge Season. Channel change is enabled in the FTC Robot Controller app for Moto G 2nd and 3rd Gen phones. Users can now use annotations to register/disable their Op Modes. Changes in the Android SDK, JDK and build tool requirements (minsdk=19, java 1.7, build tools 23.0.3). Standardized units in analog input. Cleaned up code for existing analog sensor classes. setChannelMode and getChannelMode were REMOVED from the DcMotorController class. This is important - we no longer set the motor modes through the motor controller. setMode and getMode were added to the DcMotor class. ContinuousRotationServo class has been added to the FTC SDK. Range.clip() method has been overloaded so it can support this operation for int, short and byte integers. Some changes have been made (new methods added) on how a user can access items from the hardware map. Users can now set the zero power behavior for a DC motor so that the motor will brake or float when power is zero. Prototype Blockly Programming Mode has been added to FTC Robot Controller. Users can place the Robot Controller into this mode, and then use a device (such as a laptop) that has a Javascript enabled browser to write Blockly-based Op Modes directly onto the Robot Controller. Users can now configure the robot remotely through the FTC Driver Station app. Android Studio project supports Android Studio 2.1.x and compile SDK Version 23 (Marshmallow). Vuforia Computer Vision SDK integrated into FTC SDK. Users can use sample vision targets to get localization information on a standard FTC field. Project structure has been reorganized so that there is now a TeamCode package that users can use to place their local/custom Op Modes into this package. Inspection function has been integrated into the FTC Robot Controller and Driver Station Apps (Thanks Team HazMat… 9277 & 10650!). Audio cues have been incorporated into FTC SDK. Swap mechanism added to FTC Robot Controller configuration activity. For example, if you have two motor controllers on a robot, and you misidentified them in your configuration file, you can use the Swap button to swap the devices within the configuration file (so you do not have to manually re-enter in the configuration info for the two devices). Fix mechanism added to all user to replace an electronic module easily. For example, suppose a servo controller dies on your robot. You replace the broken module with a new module, which has a different serial number from the original servo controller. You can use the Fix button to automatically reconfigure your configuration file to use the serial number of the new module. Improvements made to fix resiliency and responsiveness of the system. For LinearOpMode the user now must for a telemetry.update() to update the telemetry data on the driver station. This update() mechanism ensures that the driver station gets the updated data properly and at the same time. The Auto Configure function of the Robot Controller is now template based. If there is a commonly used robot configuration, a template can be created so that the Auto Configure mechanism can be used to quickly configure a robot of this type. The logic to detect a runaway op mode (both in the LinearOpMode and OpMode types) and to abort the run, then auto recover has been improved/implemented. Fix has been incorporated so that Logitech F310 gamepad mappings will be correct for Marshmallow users. Release 16.07.08 For the ftc_app project, the gradle files have been modified to support Android Studio 2.1.x. Release 16.03.30 For the MIT App Inventor, the design blocks have new icons that better represent the function of each design component. Some changes were made to the shutdown logic to ensure the robust shutdown of some of our USB services. A change was made to LinearOpMode so as to allow a given instance to be executed more than once, which is required for the App Inventor. Javadoc improved/updated. Release 16.03.09 Changes made to make the FTC SDK synchronous (significant change!) waitOneFullHardwareCycle() and waitForNextHardwareCycle() are no longer needed and have been deprecated. runOpMode() (for a LinearOpMode) is now decoupled from the system's hardware read/write thread. loop() (for an OpMode) is now decoupled from the system's hardware read/write thread. Methods are synchronous. For example, if you call setMode(DcMotorController.RunMode.RESET_ENCODERS) for a motor, the encoder is guaranteed to be reset when the method call is complete. For legacy module (NXT compatible), user no longer has to toggle between read and write modes when reading from or writing to a legacy device. Changes made to enhance reliability/robustness during ESD event. Changes made to make code thread safe. Debug keystore added so that user-generated robot controller APKs will all use the same signed key (to avoid conflicts if a team has multiple developer laptops for example). Firmware version information for Modern Robotics modules are now logged. Changes made to improve USB comm reliability and robustness. Added support for voltage indicator for legacy (NXT-compatible) motor controllers. Changes made to provide auto stop capabilities for op modes. A LinearOpMode class will stop when the statements in runOpMode() are complete. User does not have to push the stop button on the driver station. If an op mode is stopped by the driver station, but there is a run away/uninterruptible thread persisting, the app will log an error message then force itself to crash to stop the runaway thread. Driver Station UI modified to display lowest measured voltage below current voltage (12V battery). Driver Station UI modified to have color background for current voltage (green=good, yellow=caution, red=danger, extremely low voltage). javadoc improved (edits and additional classes). Added app build time to About activity for driver station and robot controller apps. Display local IP addresses on Driver Station About activity. Added I2cDeviceSynchImpl. Added I2cDeviceSync interface. Added seconds() and milliseconds() to ElapsedTime for clarity. Added getCallbackCount() to I2cDevice. Added missing clearI2cPortActionFlag. Added code to create log messages while waiting for LinearOpMode shutdown. Fix so Wifi Direct Config activity will no longer launch multiple times. Added the ability to specify an alternate i2c address in software for the Modern Robotics gyro. Release 16.02.09 Improved battery checker feature so that voltage values get refreshed regularly (every 250 msec) on Driver Station (DS) user interface. Improved software so that Robot Controller (RC) is much more resilient and “self-healing” to USB disconnects: If user attempts to start/restart RC with one or more module missing, it will display a warning but still start up. When running an op mode, if one or more modules gets disconnected, the RC & DS will display warnings,and robot will keep on working in spite of the missing module(s). If a disconnected module gets physically reconnected the RC will auto detect the module and the user will regain control of the recently connected module. Warning messages are more helpful (identifies the type of module that’s missing plus its USB serial number). Code changes to fix the null gamepad reference when users try to reference the gamepads in the init() portion of their op mode. NXT light sensor output is now properly scaled. Note that teams might have to readjust their light threshold values in their op modes. On DS user interface, gamepad icon for a driver will disappear if the matching gamepad is disconnected or if that gamepad gets designated as a different driver. Robot Protocol (ROBOCOL) version number info is displayed in About screen on RC and DS apps. Incorporated a display filter on pairing screen to filter out devices that don’t use the “-“ format. This filter can be turned off to show all WiFi Direct devices. Updated text in License file. Fixed formatting error in OpticalDistanceSensor.toString(). Fixed issue on with a blank (“”) device name that would disrupt WiFi Direct Pairing. Made a change so that the WiFi info and battery info can be displayed more quickly on the DS upon connecting to RC. Improved javadoc generation. Modified code to make it easier to support language localization in the future. Release 16.01.04 Updated compileSdkVersion for apps Prevent Wifi from entering power saving mode removed unused import from driver station Corrrected "Dead zone" joystick code. LED.getDeviceName and .getConnectionInfo() return null apps check for ROBOCOL_VERSION mismatch Fix for Telemetry also has off-by-one errors in its data string sizing / short size limitations error User telemetry output is sorted. added formatting variants to DbgLog and RobotLog APIs code modified to allow for a long list of op mode names. changes to improve thread safety of RobocolDatagramSocket Fix for "missing hardware leaves robot controller disconnected from driver station" error fix for "fast tapping of Init/Start causes problems" (toast is now only instantiated on UI thread). added some log statements for thread life cycle. moved gamepad reset logic inside of initActiveOpMode() for robustness changes made to mitigate risk of race conditions on public methods. changes to try and flag when WiFi Direct name contains non-printable characters. fix to correct race condition between .run() and .close() in ReadWriteRunnableStandard. updated FTDI driver made ReadWriteRunnableStanard interface public. fixed off-by-one errors in Command constructor moved specific hardware implmentations into their own package. moved specific gamepad implemnatations to the hardware library. changed LICENSE file to new BSD version. fixed race condition when shutting down Modern Robotics USB devices. methods in the ColorSensor classes have been synchronized. corrected isBusy() status to reflect end of motion. corrected "back" button keycode. the notSupported() method of the GyroSensor class was changed to protected (it should not be public). Release 15.11.04.001 Added Support for Modern Robotics Gyro. The GyroSensor class now supports the MR Gyro Sensor. Users can access heading data (about Z axis) Users can also access raw gyro data (X, Y, & Z axes). Example MRGyroTest.java op mode included. Improved error messages More descriptive error messages for exceptions in user code. Updated DcMotor API Enable read mode on new address in setI2cAddress Fix so that driver station app resets the gamepads when switching op modes. USB-related code changes to make USB comm more responsive and to display more explicit error messages. Fix so that USB will recover properly if the USB bus returns garbage data. Fix USB initializtion race condition. Better error reporting during FTDI open. More explicit messages during USB failures. Fixed bug so that USB device is closed if event loop teardown method was not called. Fixed timer UI issue Fixed duplicate name UI bug (Legacy Module configuration). Fixed race condition in EventLoopManager. Fix to keep references stable when updating gamepad. For legacy Matrix motor/servo controllers removed necessity of appending "Motor" and "Servo" to controller names. Updated HT color sensor driver to use constants from ModernRoboticsUsbLegacyModule class. Updated MR color sensor driver to use constants from ModernRoboticsUsbDeviceInterfaceModule class. Correctly handle I2C Address change in all color sensors Updated/cleaned up op modes. Updated comments in LinearI2cAddressChange.java example op mode. Replaced the calls to "setChannelMode" with "setMode" (to match the new of the DcMotor method). Removed K9AutoTime.java op mode. Added MRGyroTest.java op mode (demonstrates how to use MR Gyro Sensor). Added MRRGBExample.java op mode (demonstrates how to use MR Color Sensor). Added HTRGBExample.java op mode (demonstrates how to use HT legacy color sensor). Added MatrixControllerDemo.java (demonstrates how to use legacy Matrix controller). Updated javadoc documentation. Updated release .apk files for Robot Controller and Driver Station apps. Release 15.10.06.002 Added support for Legacy Matrix 9.6V motor/servo controller. Cleaned up build.gradle file. Minor UI and bug fixes for driver station and robot controller apps. Throws error if Ultrasonic sensor (NXT) is not configured for legacy module port 4 or 5. Release 15.08.03.001 New user interfaces for FTC Driver Station and FTC Robot Controller apps. An init() method is added to the OpMode class. For this release, init() is triggered right before the start() method. Eventually, the init() method will be triggered when the user presses an "INIT" button on driver station. The init() and loop() methods are now required (i.e., need to be overridden in the user's op mode). The start() and stop() methods are optional. A new LinearOpMode class is introduced. Teams can use the LinearOpMode mode to create a linear (not event driven) program model. Teams can use blocking statements like Thread.sleep() within a linear op mode. The API for the Legacy Module and Core Device Interface Module have been updated. Support for encoders with the Legacy Module is now working. The hardware loop has been updated for better performance.
collegeconnect
College Connect is an Android application aimed to be a one-stop-shop for all the college needs irrespective of college and course. It aims to create a helpful platform for all college students. The app uses Material UI for an attractive interface (subject to improvement) which attracts the user to stay on the app for more time and is available in both Light and Dark mode
huszerldani
Sublime Text 3 Theme based on Atom.io One Dark UI Theme and created from Material Theme for ST3.
dcstechnoweb
As a rule, mining alludes to the birth of minerals and land accoutrements from the earth, from a gravestone or seal. moment different factors are mended by mining as similar accoutrements aren't developed, horticulturally handled, or misleadingly made. Superb models are precious essence, coal, precious monuments, and gold. Non-inexhaustible sources like ignitable gas, petrol, and indeed water are also booby-trapped. With the application of applicable mining tackle, the vigorous and worrisome undertaking of mining is achieved. Mining is the system involved in disengaging significant minerals and geographical accoutrements. typically, the minerals got from the mining system incorporate earth, coal, aspect gravestone, rock, gemstone, limestone, essence, potash, gemstone swab, and oil painting shale, and that is just the morning. As is generally said, whatever could not be developed through agricultural ways or made in a factory must be booby-trapped. Ever, indeed the birth of ignitable gas, oil painting, and other on-inexhaustible means are also acquired through mining. Mining is a sedulity that has been around for glories. it's been used on an outsized scale since neolithic times and contains long history. Mining makes use of technology so on urge the duty finished effectiveness and through a timely manner. There are numerous several mining tools that should be got used for the duty to be done duly. From the tricks of the trade to plenty of introductory, DCS Techno can give you a regard at completely different mining tools. for several years, the strategy for earning enough to pay the bills was by finding a replacement line of labour and dealing during a mine. Mining tools are a significant tool employed in creating a good kind of minerals from the planet. From the method of rooting minerals, they're also employed in a spread of consumer products. Mining Tools are utilized in the timber of buses, electronics, and jewellery. they're utilized in nearly every hand of society. Presently assuming that you just want to induce minerals from the planet, you need to have the correct apparatuses. Exercising proper and probative gear can make mining tasks more straightforward and more helpful. These are the foundation of any mining association so you should be careful while copping the needed effects. You can browse different tackle, with changing purposes and purposes, to do the errands hastily. Be open and feel free to this gear in the event that you realize it can help with expanding your tasks' effectiveness. The mining business has five significant sections coal mining, gas, and oil painting separating, essence mining, non-metal mining, and supporting exercises. Besides farther developing the exertion sluice, this tackle ought to likewise expand the degree of the well- being of the sloggers hard. As the owner, it's your obligation to take care of their musts. Pre-Historic Mining Early mortal progress has used the world's means through digging for a multifariousness of purposes. an outsized portion of the minerals and components mined in early times were utilized for the assembly of weapons and different devices. During these times, top-notch stone, which happens in masses of sedimentary rocks, was at that time pursued in pieces of Europe. They were utilized as weapons within that period of time. irrespective of the restricted mining gear, Neanderthal men had the choice to quarry and make ad-libbed instruments. Glancing back at history, specialists would affirm that metal and stone mining has been essential for everyday living since antiquated times. In our times, present-day techniques and hardware are being employed to formwork essentially simpler and increment usefulness. these days, the foremost common way of mining includes fundamental advances, recognizing regions where metal bodies are often gotten, dissecting its conceivable benefit, extricating the materials, and afterward recovering the land after the activity is finished up. Obviously, security could be a limitless need, particularly during the mining system itself. Working in such a setting is extremely hazardous thus security estimates should be painstakingly noticed. In view of their riches and influence, the antiquated Egypt civilization was one of the primaries to effectively mine minerals. They were accustomed mine is malachite and gold. The green stones were used for the foremost a part of stoneware and as trimmings. Later on, involving iron devices as mining hardware, they sought minerals, generally gold from Nubia. The stone containing the mineral is ready against a stone face to warm it and afterward drenched with water. Fire-setting was maybe the foremost well-known strategy for mining it slows ago. Mining predisposition is the stuff utilized in eliminating a wide bunch of minerals from the earth. Booby-trapped minerals are employed in enough important every paperback item from vehicles to attack, to gems and also some.These means are acquired using different feathers of mining instruments. Mining Tools are the outfit used in lodging a wide array of minerals from the earth. They range from the most introductory outfit, analogous as shovels and picks, to complex ministry, like drills and crushers. Booby- trapped minerals are used in nearly every consumer product — from motorcars, to electronics, to jewellery and further. They are employed to make everything from plastics to iPads and mobile phones. The mining business is formed out of assorted players, everyone with a basic job to create the work fruitful and compelling. most significantly, the general public authority handles the assignments of overseeing mineral cases moreover as giving investigation grants. Miners, then again, accomplish crafted by using topographical guides and other significant apparatuses to tell apart minerals. Junior investigation organizations are those accountable for testing stores for any attractive metals. Generally speaking, these organizations additionally own working mines. Then, significant mining organizations employ gifted people to accomplish the real work of mining. also flashed back for the rundown are the specialists. These experts handle sophisticated lab work and similar. Administration’s suppliers are likewise significant and they can come in colorful administrations, for illustration, geologists, copter aviators, instructors, and multitudinous others. Gear providers, development associations, assiduity confederations, and fiscal exchange fiscal backers also play their own corridor to satisfy to finish the advanced perspective. It was the Romans who made extraordinary advancements throughout the entire actuality of mining. They were the original bones to use enormous compass quarrying strategies, for illustration, the application of volumes of water to work introductory outfit, exclude trash, etc. This has come to be known as water-fueled mining or hydraulicking. This is a type of mining that utilizes high-constrained shocks of water to move jewels and other residue and detritus. During the 1300s, the interest in essence brands, coverings, and different munitions expanded drastically. further minerals, for illustration, iron, and tableware were extensively excavated. The interest to deliver coins also expanded with the eventual result of causing a lack of tableware. During this period, iron turned into an abecedarian part of structure developments; outfits and other mining gear came pervasive. from open-hole mining, water shops and dark greasepaint have developed into tractors, snares, exchanges, etc. Other mechanical advancements, for illustration, green light rays employed in mining as aphorism attendants and machine arrangements helped diggers with quarrying lands. Feathers of Mining Tools The mining sedulity has a wide compass of endlessly booby-trapping outfits. The mining business is a mind- boggling frame that requires an outfit that not just meets the particular musts of the mining business, yet likewise resolves the issues of the guests. thus, mining associations need gear like cherries on top, safeguards, sizers, the cherry on top pails, gyratory cherries on top, sway cherries on top, and jaw cherries on top. From-noteworthy bias, a huge outfit is presently used to successfully and incontinently uncover lands. These are also used to separate and exclude jewels, indeed mountains. Exceptionally designed gear presently helps in the birth of different precious minerals and other had relations with accoutrements like gypsum and swab. moment, there are as of now five classes of mining coal, essence, on-metallic mineral mining, oil painting, and gas birth. oil painting and gas birth stay to be maybe the topmost business in this present reality. Any intrigued fiscal backer or business person who needs to probe the mining business should communicate to the concerned neighbourhood government workplaces to get some information about the musts. By reaching out to these means, important data will be gotten and every one of the abecedarian advances will be illustrated. Poring the authority spots of mining associations can likewise be useful in realizing mining. Mining is a sedulity that has been around for prodigies. It has been employed on an outsized scale since neolithic times and contains long history. Mining utilizes invention to encourage the obligation to finish with acceptability and as soon as possible. There are colorful mining accoutrements that must be landed employed for the position to be done meetly. From the subtle strategies to a ton of early on, DCS Techno can offer you admire to completely unique mining instruments. From now onward, indefinitely quite a while, the system for making with the end result of dealing with the bills was by finding one more calling and working in a mine Mining instrument are a necessary outfit employed in making a wide multifariousness of minerals from the earth. From the system involved with establishing minerals, they're also employed in a multifariousness of client particulars. Mining Tools are employed in the timber of transports, tackle, and gems. They're employed in basically every hand of society. By and by awaiting that you need to get minerals from the earth, you should have the right bias. Mining inclination is the stuff employed in barring a wide bunch of minerals from the earth. Booby- caught minerals are employed inadequate important every softcover thing from vehicles to handle, to jewels and likewise some. also, minerals like uranium and coal are critical energy sources that record for half of the US's energy force. These coffers are gained exercising colorful awards of mining instruments. Mining Tools are the outfit employed in establishing a wide cluster of minerals from the earth. They range from the most starting outfit, relative as digging tools and picks, to complex tackle, analogous to drills and cherries on top. Booby- caught minerals are employed in nearly every buyer item from transports to widgets, to doodads and further. Mining Industry Overview Mining falls into two classes Surface mining and underground mining. The kind of minerals and mining ways that a mining trouble is trying to suppose will directly enlighten which instruments tractors use in their work. 1.Surface Mining This involves the mining of minerals located at or near the face of the earth. This are the six step processes and these are • Strip Mining- this involves the stripping of the earth's face by the heavy ministry. This system is generally targeted at rooting coal or sedimentary jewels that lay near the earth's face. • Placer Mining- this involves the birth of sediments in beach or clay. It's a simple, old- fashioned way of mining. This system is generally applicable to gold and precious gems that are carried by the inflow of water. • Mountain Top Mining- this is a new system that involves blasting a mountain top to expose coal deposits that lie underneath the mountain crest. • Hydraulic Mining- this is an obsolete system that involves jetting the side of a mountain or hill with high-pressure water to expose gold and another precious essence. • Dredging- it involves the junking of jewels, beaches, and ground underneath a body of water to expose the minerals. • Open hole- this is the most common mining system. It involves the junking of the top layers of soil in the hunt for gold or buried treasure. The miner digs deeper and deeper until a large, open hole is created. 2. Underground Mining This is the process in which a lair is made into the earth to find the mineral ore. The mining operation is generally performed with the use of underground mining outfits. Underground mining is done through the following styles • pitch Mining- it involves the creation of pitches into the ground in order to reach the ore or mineral deposit. This cycle is for the most part applied in coal mining. • Hard gemstone- this system uses dynamite or giant drills to produce large, deep coverts. The miners support the coverts with pillars to help them from collapsing. This is a large- scale mining process and is generally applied in the birth of large bobby, drum, lead, gold, or tableware deposits. • Drift mining- this system is applicable only when the target mineral is accessible from the side of a mountain. It involves the creation of a lair that is slightly lower than the target mineral. The graveness makes the deposit fall to the lair where miners can collect them. • Shaft system- this involves the creation of a perpendicular hallway that goes deep down underground where the deposit is located. Because of the depth, miners are brought in and out of the hole with elevators. • Borehole system- this involves the use of a large drill and high-pressure water to eject the target mineral. These are the introductory styles used in the birth of common minerals. There are more complex systems, but still, they're grounded on these abecedarian processes. To Know more information about Mining Tools Visit: dcstechno Contact us: Plot No 169, Road No.11, Prashasan Nagar, Jubilee Hills, Hyderabad, Telangana – 500096 +91-9849009875
robinwittkamp
Atom's One Dark syntax theme for JetBrains IDE's (based on Material Theme UI Plugin)
JOHNSON243
You are highly welcome to great zazamuza Occult Kingdom site, now is your opportunity and time to prove to the hole world that there’s also a secret way to make money without being stress or without killing any human soul, we the zazamuzat members are not afraid of any living thing or any spiritual ways of life because there’s more to it that a none member couldn’t imagine in life, do contact us if only you have chosen to follow the right way of Existence and you really wish to change your life for good call the grand master on +2347088338231 or email us zazamuzasecretoccult@gmail.com this is the full opportunity given to the wise people in Africa Are you frustrated in life. What type of wealth do you want? Today the has order us to bring member to his kingdom. Are you tired of poverty and now you want fame,power and riches.Our magical powers are beyond your imagination. we could do magic on your behalf regarding , your financial situation, future events, or whatever is important to you. we have the power and we use the power. we are the great zazamuza brotherhood we do not relay on humans blood or sacrifice to make you rich and we could change the course of destiny. Get to us and we shall help you. Tell us what you want and we shall go about our work is to bring you a better life. Is it someone or something you desire to have? Do you want wealth(Want to grow your bank account?, Need funds to enjoy the good life? Tired of working hard and getting nothing, the great zazamuza is the most powerful society in the world that does not use human being for sacrifice all we use is animal but depends on what the lord will request from you that we will ask you to bringbut we can never ask you for human blood. Come to the great brotherhood 0f zazamuza occult toady and state what you want and how you want it. The solution is at your door step. You don’t need to be in debts and always borrow, let people now come and borrow from you. your wealth is in your palms and Your destiny is in your hands, organization of The Temple of occult is now complete and we are again accepting new Members. While Full Membership is still available only to a chosen few by invitation, we are extending a general invitation to join The Temple of zazamuza occult through a probationary membership. This allows us time to get to know you and for you to have the opportunity to test and prove the Brotherhood for yourself. We are the first above-ground organization in history openly dedicated to the acceptance of Man’s true nature that of a carnal beast, living in a cosmos which is permeated and motivated by the Dark Force which we call Satan. Over the course of time, Man has called this Force by many names, and it has been reviled by those whose very nature causes them to be separate from this fountainhead of existence. They live in obsessive envy of we who exist by flowing naturally with the dread Prince of Darkness. It is for this reason that individuals who resonate with Satan have always been an alien elite, often outsiders in cultures whose masses pursue solace in an external deity. We magicians have our own gods, and we are the explorers of the Left-Hand Path. We do not bow down before the myths and fictions of the desiccated spiritual followers of the Right-Hand Path. Today, we continue to uphold our legacy by building on the solid foundation created by The Lord zazamuza, and set forth in his writings, recordings, and videos. Since we were the first organization dedicated to him, we have had extensive media coverage and been referred toby several names over the course of over four decades: Temple of zazmuza brotherhood occult is the first occult temple in Africa, before occult temple all over African today and the world, yet we maintain the simplest and boldest moniker, embodied. Contact us for more details call +2347088338231 Life is a game. Money is how we keep scores,Money speaks sense in a language all nations understand. If you would know the value of money, go and try to borrow some; for he that goes a borrowing goes a sorrowing Unfortunately, the Christian Church has prevented much in the way of freedom of the press and free speech, especially for those of the left hand path over the years. our family is a major threat to many who wish to retain control, riches and power as for our family this riches and power is in the hands of the common man/woman for those of you who were raised in Christian homes, orwere atheists, this intensity of spirituality may be believing there is no other way to success accept Christianity, but that is a big liar. believe me with the power of the greet zazamuza occult lead to success without human sacrifice. Most right hand path religions are wealth based upon stolen and fals practices. As to those Christians who pray and keep praying with no answers, our family get blatant answers and I don’t mean twenty years later, but instantly! making wealth is guaranteed for the people of the world. Our Occult Power That Give Wealth and Fame. It is for the Desperate Aspirant who are seeking self Empowerment, Wealth, Wisdom and Success. No fee is required to become a member membership is been earned as a desperate aspirant ready to do anything to become your dream-man Is there anything, in this or other world, so powerful that just a saying of its name would set in motion all uncompromising opinions and indifferent feelings? Is a thought so material that capable to melt an ice and light a flame, to be cause of gigantic destruction or great creations? Where is a border, having crossed which, you will find yourself beyond reach, and all in the world will be easily accessible and subject to you? Is it possible already now, in this life, to find a magical door behind which you are waited answers to all mysteries and questions? Will be these answers those what you expected, or they will disappoint you, will they give cause for new quest and new victories? Having made a step and found a new world, will you want to return back? Putting these and other questions for yourself, did you have clear answers? Was a public mind definitive for you, or only temporarily it became a replacement for your own opinion? Did it brake your own search, your hope, thought, wish and success? If it was so, make a new step. Find your own world. The future begins right now, let’s try to create it call +2347088338231 Temple of wealth Brotherhood occult is here to firmly assure you that you can get rich without any evil ritual, that you can get rich without killing your mother, father, brother, sister, uncle or a poor child on the street. It is real and don’t have any side effect. Try it now and see. Take that bold step to your world of riches. We are a group of strong brothers who came from different walks of life for the purpose of alliviating the sufferings of our people the zazamuza brotherhood are most probably the most well known secret society in the world. For years the world economy has functioned on the premise: To get ahead you have to step on those around you. The great temple of zazamuza occult is the only organization of its kind in the world today, a real secret society for real people. It does not restrict its membership solely to those born into wealth, privilege and power, but opens the doors of fraternal friendship to those who desire and need most to overcome the limitations of their past circumstances. Through superior knowledge and an organized zazamuza brotherhood of power, we shall each and everyone of us attain to wisdom, wealth and success. we give our member wealth —power— success in all ways of life , The zazamuza brotherhood occult teaches a secret system of power and shared though the zazamuza secret occult knowledge and hidden circles of power these are our aims., hidden knowledge and teach you how to become great, which can raise the poorest and most humble of men into the ranks of the rich and powerful, and achieve even the most impossible dream. The venerable sages of ancient times taught that if two or more people would unite their inner forces, together they could conquer the world, even though alone they might be weak and powerless. Joining forces, we become Stronger, United and can achieve great things which we cannot obtain alone. The zazmuza brotherhood occult offers the bonds of brotherhood to anyone with a brave heart and a daring spirit who will cast their fortunes with us. We will lead you upon the path to power and a brave new life filled with golden opportunities, friends, money and success. Are you unhappy with your present financial situation? Would you like more money? Would you like a better job, a raise or a promotion? Are there things you would like to buy, but you need more money? Do you want to be surrounded by other successful and wealth people? Would you like to never have to worry about having enough money, again? Here’s the opportunity to end your money problems forever…join the zazamuza occult today to end it all, we are the solution to your problem and you will never complain once you have become our member. for more information and inquiry on how to become a member contact us.+2347088338231 or email;zazamuzasecretoccult@gmail.com you are on your own, struggling to keep your head above water. This is what this gross misinformation with which we had been raised has led us to, to misery, uncaring and wanting. Secret Societies protect their members, protectwhat is there and precious to them through secrecy, because if the rest find out, these sacred things including the truth will also be destroyed. we are here to protect you and show you the right way of life, You need to know that joining the zazamuza great occult is for rituals’ Money, Riches, wealth promotion, Protection, fame, luck, and to get your dreams come true and become happy with your family. There is a destination for our lives which will bring us happiness and inner peace. Our daily decision is like a map. If you make the right turns, you will reach your destination easily. If you make a wrong turn, you will become lost…And if you are lost, what you have to do is to stop at a junction and ask for directions. We are the direction to your own personal destination. the lord zazamuza has brought healing, riches , wealth , prosperity, support, protection and justice to many people. Whatever be the problem, contact us today, and you will be happy you will never have a regret in any thing once you become a member. Be it FINANCIAL, VISA, MARRIAGE , WANT TO ASSUME A POSITION, RITUAL INSTANT MONEY, SUPERNATURAL WEALTH, PROTECTION AND FAME, get in touch. The zazamuza temple and make a better life for yourself. The great zazamuza Spells Casting start work instantly and result start showing within one to three days .We have the keys to all problems: Call us today and be part of family phone:+2347088338231 email:zazamuzasecretoccult@gmail.com
2389736818
Zombie Outline Version: 1.0 Description: This mod is based on the old Zombie Horde mod, but with many more features. The ZH mod gives you a nice co-op environment for annihilating the mass of zombies, while this mod offers you a "smooth story", which is actually a month (31 days) of disaster which combine soldiers have to face. Aside from that, zombies yield experience, so allowing you to level up and increase your health, armor, speed, jump rate and evasion rate. There is a moderate number of different types of zombies, each of them having different stats and giving a different amount of experience when taken down. Every day it is harder and harder for the combine to complete their task as the number of zombies is increasing as well as their strength. The type of the day can either be demolition, survival or epidemic. When soldiers are caught in a demolition day, their taks is to annihilate a certain amount of zombies to complete it. There is no time limit for this. In the survival days, if they stay alive a certain amount of time (without all being dead at the same time), they will proceed to the next day. Epidemic days are similar to demolition days, only then you do not want to get hit by a zombie, as the virus that is spread in the air will hurt you through the wound more than you think it will. Ocasionally (in certain days), combine soldiers have to face motherzombies. In the demolition and epidemic days, they will come right after the number of regular zombies reaches zero, while in survival days they will come at the very beginning, but not required to slay them. This mod works in any way, with only bots on the human side and/or with real players. Terrorist team only contains bots as zombies. I personally haven't tested it with multiple players being on CT side at the same time, but it works quite well while I play it with bots. For a better glimpse on this mod, check this video. Zombie Outline Commands: /zomenu - Open up the mod menu. /spawn - Spawn if you haven't, but still it is early game. /return - Don't move for 20 seconds (or so) and return to spawn point. /info - Check your information, like level, experience, etc... /zhp - Show zombie health. /zoadmin - Admin menu for this mod. /fspawn <name> - Admin command that forces a player to spawn. /freturn <name> - Admin command that forces a player to return to spawn. /zoday <value> - Admin command to set next day (must be <= 31 and > 0). /zoendday <ct/t> - Admin command to immediately end the day (argument <ct/t> = winner) /zombies <value> - Admin command to set how many zombies are left. /zoaddexp <name> <amount> - Admin command to give a player experience. /zoaddlvl <name> <amount> - Admin command to give a player level. /zoexpboost <value> - Admin command to set the experience boost. Addon Commands: /weapons - Opets up the weapons menu. [weaponsmenu addon] /ambientson - Turns ambients (background music) on. [ambients addon] /ambientsoff - Turns ambients off. [ambients addon] /quakeon - Turns quake sounds on. [ambients addon] /quakeoff - Turns quake sounds off. [ambients addon] /spree - Check your killing/headshot spree. [ambients addon] /ambients <1/0> - Admin command to toggle ambients across whole server. [ambients addon] /quake <1/0> - Admin command to toggle quake sounds across whole server. [ambients addon] /mapstyle - Admin command to open up the mapstyle menu. [mapstyle addon] Installation: Simply download "Zombie Outline v1.0.zip" and extract it to your game directory. You will need to download all zombie models and other materials from here. Once downloaded, simply extract it to your game directory. I have uploaded few more addons. They are not necessary to have, but they improve the game experience and kinda add few more dimensions to the mod. If you want them, simply download and extract the "cstrike" folder from each addon (zip) to your game directory. Addon descriptions: Serverconfigs are in my opinion very useful, as they fix precaching models in case the Zombie Outline doesn't. Also with it, you can do few more configurations such as setting cvars and execing some cfgs on map start (for example) which automates Zombie Outline preperation. Mapstyle is optional. Adds darkness (customizable) to the map and also the ability to change the sky. For this addon, you will have to download skyboxes, and extract them to your game directory. Ambients sure give good background music (from Half-Life). Quake sounds also included. Another optional, but use it (as well as the mapstyle!). ;) Weaponsmenu, optional. Nothing too special, as the name is selfexplainig. In Zombie Outline, the Blackmarket Shop, which is meant for buying weapons (I think), still isn't working as I am not sure how would I want it to be created. So think of weaponsmenu as a temporary replacement. If you want to be hardcore in game, don't use it ;) Before you start commenting why haven't I put these as seperate plugins in new threads, well, there ARE DEFINITELY better plugins you can find that do the same thing, I have made these only for one sole purpose, and it is for improving Zombie Outline. So, I don't see the point of putting them there. Configuration: Configuring Zombie Outline goes from "cfg/sourcemod/zo" folder. You actually edit .txt files, not .cfg files! But, if you have just installed the mod, you won't have the .txt files. To generate them, you will have to run the mod once on your server, and after that, close the server and get back. Download the "cfg example for v1.0.zip" for more details. Serverconfigs can be configured from "cfg/sourcemod/serverconfigs.cfg" file. There is almost no need for configuring it. But if you really want to, check the file and uhm... good luck (made this addon for some other reasons, but later found it useful here a bit). Mapstyle can be configured from "cfg/sourcemod/mapstyle.txt" and "cfg/sourcemod/mapstyle.cfg". Ambients can be configured from "cfg/sourcemod/ambients.txt". Weaponsmenu can be configured from "cfg/sourcemod/weaponsmenu.cfg". How to play: In order to be able to play, you must create yourself a "workspace" (basically sign yourself in the mod database, so your progress can be saved and similar). Nothing too chumpy, all you have to do is in the mod menu (default "/zomenu"), select the "Configuration" option and you will see "Create Workspace". Select it and you are ready to go! There are plenty of reasons why I didn't automate this. Debugging is the first and most important, but it is a long and boring story, so I will skip it. Known glitches: Sometimes "/spawn" command won't let you spawn, even though you are sure you can. Just use that command few more times, or wait few seconds and then use it, and it should work. It is not a glitch, but there are 2 more commands: client "/debug" and admin "/allowdebug <name>". There is no point of using them (so far), just wanned to let you know that they exist too. If you have any questions, problems or anything else, leave a reply here or a comment on the youtube video.
cbodden
Android app for Technitium DNS Server control. Temporarily disable ad-blocking with one tap, view real-time blocking status, and see when protection resumes. Features auto-connect, configurable disable duration (1-120 min), and Material 3 dark theme. No background services or tracking.
BeanVortex
No description available
jakesock
Personal VSCode Theme (One Dark Pro UI, Material Palenight Syntax)
next-dev-team
One click install, Theme Essentials Extension Pack(One Dark Pro, Material Icon, FiraCode font) for Visual Studio Code
One Monokai colorscheme for Jetbrains Products (Modified from Material Monokai Pro & Atom One Dark Colorscheme based on One Monokai on VSCode)
gabrieldavid98
No description available
asamolion
A Dark Sublime Text 3 Theme inspired by One Dark and Material Design
AhmedMourad0
A collection of cool multiplatform components that are either hidden inside one of my projects or didn't manage to make it to one, packed into a Material You and Light/Dark mode supporting app.
Pruthivi13
Campus Connect is a lightweight React web app that simplifies access to key college information. It centralizes campus locations, study materials, notices, and utilities in one clean dashboard. The project focuses on solving real student needs while demonstrating React components, state, routing, JSON data, Context API, and dark mode.
kaustinh
Globally, humanity has accepted that climate change is irreversible and inhabitable within a generation. Every government has put resources together, in order to fund teams of scientist and engineers. Will the human race survive? The story follows the top five most promising groups. Some of their solutions to our human extinction are terraforming, faster-than-light travel, time-travel, a space colony, and underground living. At the end of Act 1, it has been 25 years, and all the research teams gather to demonstrate their findings. The World Council will then vote and fund the survival strategy. A group outside the top five, reclusive, secretive, enters the room. They are meta-humans; combined/spliced genes with animals in order to, as they put it, "harmony adapt" to the new world. Each one of the research team members is genetically altered to become a meta-human for a particular climate. One can breath underwater and in the air. One can see in the dark. One can live in the desert and hibernate for months if rains do not appear. One can live in the cold. At the beginning of Act 2, people are scared of the meta-humans. The world council does not vote for their solution. Instead, they place their funds into a space colony while they further research terraforming. The space colony, raw material requirements, put further strain on the Earth's ecosystem and hastens the problem. The meta-humans retreat to their research facility. Word gets out about them; they gain a cult-like public following. They genetically alter some of the public. Then meta-human begin breeding. At the end of Act 2, the World Council isolates the meta-humans into camps. What next? Act 3, the rich leave to the space colony now called, "The Hope Project." The unconnected and disenfranchised are left dying. Those fortunate enough, have their genes altered. The meta-human population starts to grow. New generations grow. Time passes. The Earth heals. Those that left return; after 100 years, they find a different kind of Earth. What next? What does it mean to be human?
Thebnkgroup2
This house was designed inward looking than outward because of concerns of visual privacy being disturbed due to surrounding structures. This meant that the interiors had to give a lot of freshness and relief to the eye rather than having dark spaces with darker finishes. With three generations staying in one home, the marriage of material and colour across the home was the important factor while designing the interiors. The climate being another consideration, small details like the use of wooden floors to create warmth on ones feet during the sharp winter temperatures, were also a strong point of consideration in the design. Security was another major point the client wanted us to consider as his past home had been broken in by thieves. Hence the clever detail of invisible rolling shutters which get camouflaged by the curtains of the home at night was a very key detail to ensure that the interiors didn’t lose its charm when the grills were brought down. From customized designer curtains and cushions to the choice of art, not one corner of this home was left untouched without detail and brought comfort to all three generations of this family. To know more: https://thebnkgroup.com/details/residential/gunjay
2347016736329 ZEDICHORAH BROTHERHOOD OCCULT IS A SACRED FRATERNITY WITH A GRAND LODGE TEMPLE SITUATED IN G.R.A PHASE 1 PORT HARCOURT NIGERIA, OUR NUMBER ONE OBLIGATION IS TO MAKE EVERY INITIATE MEMBER HERE RICH AND FAMOUS IN OTHER RISE THE POWERS OF GUARDIANS OF AGE+. +2347016736329 SEARCHING ON HOW TO JOIN THE ZEDICHORAH BROTHERHOOD MONEY RITUAL OCCULT IS NOT THE PROBLEM BUT MAKE SURE YOU'VE THOUGHT ABOUT IT VERY WELL BEFORE REACHING US HERE BECAUSE NOT EVERYONE HAS THE HEART TO DO WHAT IT TAKES TO BECOME ONE OF US HERE, BUT IF YOU THINK YOU'RE SERIOUS MINDED AND READY TO RUN THE SPIRITUAL RACE OF LIFE IN OTHER TO ACQUIRE ALL YOU NEED HERE ON EARTH CONTACT SPIRITUAL GRANDMASTER NOW FOR INQUIRY +2347016736329 +2347016736329 Are you a pastor, business man or woman, politician, civil engineer, civil servant, security officer, entrepreneur, Job seeker, poor or rich Seeking how to join a brotherhood for protection and wealth here's is your opportunity, but you should know there's no ritual without repercussions but with the right guidance and support from this great temple your destiny is certain to be changed for the better and equally protected depending if you're destined for greatness Call now for enquiry +2347016736329 COME JOIN HOME OF RICHES, ZEDICHORAH ILLUMINATIOCCULT FOR MONEY RITUAL IN AFRICA INDONESIA DUBAI MALAYSIA ITALY GERMANY TURKEY AUSTRALIA CALL NOW +2347016736329 This page is for those who are seriously interested in Zedichorah Brotherhood occult fraternity. People with prejudices and the mob should stay away from here: they would only toddle in darkness and be highly indignant. The described black magic rituals are not without danger and are consequently unsuitable for people who are not mentally in good constitution. Take heed to follow all instructions the way they are described. Without the necessary precautions every ritual will turn to your disadvantage, confusion and total destruction. On the contrary, by following the instructions with precision, you will achieve a complete success in all your enterprises. +2347016736329 Many today are seeking to join a secret society, the one that will give them back their hope and help them to achieve all the things they have wanted in life. They realize that they have lost their dreams and their ambitions. They have settled for a life of mediocrity. Sadly, many are disappointed, for real secret societies are rare, hard to find and even more difficult to join. The more well known have, over time, lost their own secrets and present merely a facade of mystical mumbo-jumbo without possessing any real substance.+2347016736329 There are no accidents and it is no coincidence that you have been led to The TEMPLE OF ZEDICHORAH BROTHERHOOD. The Brotherhood reaches out to help you and to offer the hand of friendship and hope. Contact spiritual Grandmaster now for your enquiries +2347016736329 ZEDICHORAH OCCULT knows that everyone has great potential but often many have lost their self-esteem and their desire for a better life. All of us know that we can be better than we are. We are not living up to our potential. Yet we have this fear to take chances, to venture into unfamiliar enterprises and territories. Contact spiritual Grandmaster now for your enquires +2347016736329 Image for post D GREAT BROTHERHOOD has given many the courage, the confidence, the knowledge and the power they needed to change their life for the better. Becoming a Member of the D Great Brotherhood can give your life a new meaning and direction, and show you how to be happier and more fulfilled. ZEDICHORAH BROTHERHOOD offers simple solutions, a helping hand, and answers. It teaches the secret techniques and methods to become anything you wish to become. Image for post Every Member of ZEDICHORAH BROTHERHOOD is given the knowledge and the power to achieve all the success and riches of life that they have dreamed about. We invite anyone who wishes to forge the spirit of friendship in a true brotherhood of power to join us, to unite our power to your own. Join us and share in the Brotherhood’s closely-guarded secrets and circles of power & overflowing wealth. Call now for your enquires +2347016736329 Image for post Becoming a Member of the D Great Brotherhood can give your life a new meaning and direction, and show you how to be happier and more fulfilled. ZEDICHORAH BROTHERHOOD offers simple solutions, a helping hand, and answers. It teaches the secret techniques and methods to become anything you wish to become. Image for post Every Member of ZEDICHORAH BROTHERHOOD is given the knowledge and the power to achieve all the success and riches of life that they have dreamed about. We invite anyone who wishes to forge the spirit of friendship in a true brotherhood of power to join us, to unite our power to your own. Join us and share in the Brotherhood’s closely-guarded secrets and circles of power & overflowing wealth. Call now for your enquires +2347016736329 Image for post The Brotherhood is a legal, non-political, non-religious society whose sole interest is building a united brotherhood of members who help each other. It has nothing to do with fanciful nonsense like the Illuminati. We have no desire to control others but only wish to gain control of our own lives and destiny. We are seeking that special wisdom and knowledge that would set us free from the bondage to dull and dreary everyday life, while strengthening us in body, mind and spirit, and bringing us the material rewards of wealth, love, and success. The ZEDICHORAH Brotherhood is a true brotherhood of secret knowledge and power. +2347016736329 MAKE UP YOUR MIND BEFORE CALLING +2347016736329
2347016736329 ZEDICHORAH BROTHERHOOD OCCULT IS A SACRED FRATERNITY WITH A GRAND LODGE TEMPLE SITUATED IN G.R.A PHASE 1 PORT HARCOURT NIGERIA, OUR NUMBER ONE OBLIGATION IS TO MAKE EVERY INITIATE MEMBER HERE RICH AND FAMOUS IN OTHER RISE THE POWERS OF GUARDIANS OF AGE+. +2347016736329 SEARCHING ON HOW TO JOIN THE ZEDICHORAH BROTHERHOOD MONEY RITUAL OCCULT IS NOT THE PROBLEM BUT MAKE SURE YOU'VE THOUGHT ABOUT IT VERY WELL BEFORE REACHING US HERE BECAUSE NOT EVERYONE HAS THE HEART TO DO WHAT IT TAKES TO BECOME ONE OF US HERE, BUT IF YOU THINK YOU'RE SERIOUS MINDED AND READY TO RUN THE SPIRITUAL RACE OF LIFE IN OTHER TO ACQUIRE ALL YOU NEED HERE ON EARTH CONTACT SPIRITUAL GRANDMASTER NOW FOR INQUIRY +2347016736329 +2347016736329 Are you a pastor, business man or woman, politician, civil engineer, civil servant, security officer, entrepreneur, Job seeker, poor or rich Seeking how to join a brotherhood for protection and wealth here's is your opportunity, but you should know there's no ritual without repercussions but with the right guidance and support from this great temple your destiny is certain to be changed for the better and equally protected depending if you're destined for greatness Call now for enquiry +2347016736329 COME JOIN HOME OF RICHES, ZEDICHORAH ILLUMINATIOCCULT FOR MONEY RITUAL IN AFRICA INDONESIA DUBAI MALAYSIA ITALY GERMANY TURKEY AUSTRALIA CALL NOW +2347016736329 This page is for those who are seriously interested in Zedichorah Brotherhood occult fraternity. People with prejudices and the mob should stay away from here: they would only toddle in darkness and be highly indignant. The described black magic rituals are not without danger and are consequently unsuitable for people who are not mentally in good constitution. Take heed to follow all instructions the way they are described. Without the necessary precautions every ritual will turn to your disadvantage, confusion and total destruction. On the contrary, by following the instructions with precision, you will achieve a complete success in all your enterprises. +2347016736329 Many today are seeking to join a secret society, the one that will give them back their hope and help them to achieve all the things they have wanted in life. They realize that they have lost their dreams and their ambitions. They have settled for a life of mediocrity. Sadly, many are disappointed, for real secret societies are rare, hard to find and even more difficult to join. The more well known have, over time, lost their own secrets and present merely a facade of mystical mumbo-jumbo without possessing any real substance.+2347016736329 There are no accidents and it is no coincidence that you have been led to The TEMPLE OF ZEDICHORAH BROTHERHOOD. The Brotherhood reaches out to help you and to offer the hand of friendship and hope. Contact spiritual Grandmaster now for your enquiries +2347016736329 ZEDICHORAH OCCULT knows that everyone has great potential but often many have lost their self-esteem and their desire for a better life. All of us know that we can be better than we are. We are not living up to our potential. Yet we have this fear to take chances, to venture into unfamiliar enterprises and territories. Contact spiritual Grandmaster now for your enquires +2347016736329 Image for post D GREAT BROTHERHOOD has given many the courage, the confidence, the knowledge and the power they needed to change their life for the better. Becoming a Member of the D Great Brotherhood can give your life a new meaning and direction, and show you how to be happier and more fulfilled. ZEDICHORAH BROTHERHOOD offers simple solutions, a helping hand, and answers. It teaches the secret techniques and methods to become anything you wish to become. Image for post Every Member of ZEDICHORAH BROTHERHOOD is given the knowledge and the power to achieve all the success and riches of life that they have dreamed about. We invite anyone who wishes to forge the spirit of friendship in a true brotherhood of power to join us, to unite our power to your own. Join us and share in the Brotherhood’s closely-guarded secrets and circles of power & overflowing wealth. Call now for your enquires +2347016736329 Image for post Becoming a Member of the D Great Brotherhood can give your life a new meaning and direction, and show you how to be happier and more fulfilled. ZEDICHORAH BROTHERHOOD offers simple solutions, a helping hand, and answers. It teaches the secret techniques and methods to become anything you wish to become. Image for post Every Member of ZEDICHORAH BROTHERHOOD is given the knowledge and the power to achieve all the success and riches of life that they have dreamed about. We invite anyone who wishes to forge the spirit of friendship in a true brotherhood of power to join us, to unite our power to your own. Join us and share in the Brotherhood’s closely-guarded secrets and circles of power & overflowing wealth. Call now for your enquires +2347016736329 Image for post The Brotherhood is a legal, non-political, non-religious society whose sole interest is building a united brotherhood of members who help each other. It has nothing to do with fanciful nonsense like the Illuminati. We have no desire to control others but only wish to gain control of our own lives and destiny. We are seeking that special wisdom and knowledge that would set us free from the bondage to dull and dreary everyday life, while strengthening us in body, mind and spirit, and bringing us the material rewards of wealth, love, and success. The ZEDICHORAH Brotherhood is a true brotherhood of secret knowledge and power. +2347016736329 MAKE UP YOUR MIND BEFORE CALLING +2347016736329
+2347045790756 #SECRET #OCCULT It's encourageable to see an individual trying to join us in pursuit of happiness and luxury, But you must also put things into consideration thereby knowing it's takes a fortune to achieve entrance into the Grand sacred Temple of ALGON KORAH BROTHERHOOD OCCULT. -------------- +2347045790756 ---------------- We believe everyone has the potential to become whatever they chooses but often times 70% of Humanity have failed in the race of life thereby not been able to achieve anything here on earth, maybe because of FEAR & ANXIETY. We don't force anyone to become a member here but of what benefit are you living a poor life, without hope for better opportunities, without hope of making your family proud, without making your children proud, without making yourself proud as an individual. The 7 Occult SECRETS will make you to understand that there are no rituals without danger and effects but at the same time anything that has danger and effect will definitely have Guidelines and caution, So when the guidelines and caution is given then you are now left with your school of thought which permits you to commemorate on the caution and Guidelines. -------------- +2347045790756 ----------------- Though the days of human rituals has been condemned and abolished but it's also known that ritual without sophisticated materials and mantles can never Pierce the heart of the spiritual world and it then becomes useless thereby causing harm and social disorder which might possibly ones Life. Here in ALGON KORAH Brotherhood occult we don't settle for less, every ritual items & mantles required for ritual is been purchased no matter how much it takes. So when you think about becoming a member of this Occult have it in mind that it takes a great sacrifice to Pierce the heart of the spiritual world in order for an individual to acquire spiritual wealth and luxury, Call now for enquiries +2347045790756 Many atimes has been defrauded in their pursuit for spiritual wealth thereby going back to the dust where they started from, why will an individual attempt joining Illuminati, Freemasons confraternity, odd-fellow. All this above mentioned confraternities they belong to different monopolies of Life which never grants you the ability to join unless you're rich and famous for them to get more glory. So anyone telling you to come join this above mentioned confraternities will only defraud you and make you toodle in darkness, and make you an object of mediocrity in the society. Before you can be accepted as a member here you must pass through spiritual confirmation to know if your DESTINY will match the secret heart of this occult because only those their destiny matches the secret heart of this occult can be accepted to become a member here. Membership into the sacred heart of this brotherhood is free but you're taking responsibility of every ritual items and mantles required for your initiation rituals, Call now for enquiries +2347045790756 A certified member of this brotherhood is not allowed to introduce a new member in order for the "7 OCCULT SECRETS" of this brotherhood to be safe and not mentioned to a mediocre. That's why we're here online for your searching eg. I_WANT_TO_JOIN_OCCULT_FOR_MINEY_RITUAL HOW_TO_JOIN_OCCULT_FOR_MONEY_RITUAL I WANT TO JOIN OCCULT ILLUMINATI I WANT TO JOIN REAL OCCULT TO BE RICH WHERE TO JOIN OCCULT FOR MONEY RITUAL I WANT TO BE RICH I WANT TO BE FAMOUS WE ARE NOW HERE FOR YOU, TO GUIDE YOU THROUGH THE ULTIMATE PART OF WEALTH POWER PROTECTION AND EVERYTHING LUXURY CAN BRING HERE ON EARTH JOIN US TODAY TO GIVE YOUR LIFE A MEANING. CONTACT SPIRITUAL GRANDMASTER FOR ENQUIRIES +2347045790756 -------------------TEMPLE-MEDIA---------------
Zhikabul01
꧁꧂+2349169512071) #SECRET #OCCULT It’s encourageable to see an individual trying to join us in pursuit of happiness and luxury, But you must also put things into consideration thereby knowing it’s takes a fortune to achieve entrance into the Grand sacred. . . . Temple of Zhikabul BROTHERHOOD OCCULT. ————– +2349169512071 —————- We believe everyone has the potential to become whatever they chooses but often times 70% of Humanity have failed in the race of life thereby not been able to achieve anything here on earth, maybe because of FEAR & ANXIETY.We don’t force anyone to become a member here but of what benefit are you living a poor life, without hope for better opportunities, without hope of making your family proud, without making your children proud, without making yourself proud as an individual. The 7 Occult SECRETS will make you to understand that there are no rituals without danger and effects but at the same time anything that has danger and effect will definitely have Guidelines and caution, So when the guidelines and caution is given then you are now left with your school of thought which permits you to commemorate on the caution and Guidelines. ————– +2349169512071 —————– Though the days of human rituals has been condemned and abolished but it’s also known that ritual without sophisticated materials and mantles can never Pierce the heart of the spiritual world and it then becomes useless thereby causing harm and social disorder which might possibly ones Life. Here ion zhikabul brotherhood occult we don’t settle for less, every ritual items & mantles required for ritual is been purchased no matter how much it takes. So when you think about becoming a member of this Occult have it in mind that it takes a great sacrifice to Pierce the heart of the spiritual world in order for an individual to acquire spiritual wealth and luxury, Call now for enquiries +2349169512071. Many atimes has been defrauded in their pursuit for spiritual wealth thereby going back to the dust where they started from, why will an individual attempt joining Illuminati, Freemasons confraternity, odd-fellow. All this above mentioned confraternities they belong to different monopolies of Life which never grants you the ability to join unless you’re rich and famous for them to get more glory. So anyone telling you to come join this above mentioned confraternities will only defraud you and make you toodle in darkness, and make you an object of mediocrity in the society. Before you can be accepted as a member here you must pass through spiritual confirmation to know if your DESTINY will match the secret heart of this occult because only those their destiny matches the secret heart of this occult can be accepted to become a member here. Membership into the sacred heart of this brotherhood is free but you’re taking responsibility of every ritual items and mantles required for your initiation rituals, Call now for enquiries +2349169512071 A certified member of this brotherhood is not allowed to introduce a new member in order for the 7 OCCULT SECRETS of this brotherhood to be safe and not mentioned to a mediocre. That’s why we’re here online for your searching eg. #I_WANT_TO_JOIN_OCCULT_FOR_MINEY_RITUAL #HOW_TO_JOIN_OCCULT_FOR_MONEY_RITUAL I WANT TO JOIN OCCULT ILLUMINATI I WANT TO JOIN REAL OCCULT TO BE RICH WHERE TO JOIN OCCULT TO JOIN OCCULT FOR MONEY, ULTIMATE PART OF WEALTH POWER PROTECTION AND EVERYTHING LUXURY CAN BRING HERE ON EARTH JOIN US TODAY TO GIVE YOUR LIFE A MEANING. CONTACT SPIRITUAL GRANDMASTER FOR ENQUIRIES +2349169512071 WELCOME TO THE WORLD OF ZHIKABUL BROTHERHOOD OCCULT SOCIETY WHERE TO ACHIEVE ALL YOUR DESIRE IN LIFE, JOIN US NOW AND BE FREE FROM POVERTY AND PAINS, WE ARE ON HAD TO CHANGE YOU FROM YOU MIND TO DO WHAT IT TAKE TO MAKE WEALTH AND FORTUNES CALL +234969512071 NOW! Do you want to be a member of zhikabul as a brotherhood that will make you rich and famous in the world and have POWER to control people in the high place in the worldwide .Are you a business man or woman,artist, political, musician, student, do you want to be rich, famous, powerful in life, join the Illuminati brotherhood cult today and get instant rich sum of 250 million naira in a week, and a free home. If you are interested of joining us in the great brotherhood of ZHIKABUL BROTHERHOOD Occult temple CALL NOW FOR ENQUIRIES +23491692071 +2349169512071HAVE YOU YOU BEEN SEEKING FOR OPPORTUNITIES TO JOIN A SACRED BROTHERHOOD OCCULT FOR MONEY RITUAL IN NIGERIA? This is your time to make a positive change in your life, in as much as you have the bravery and courage to withstand the difficult parts of this brotherhood. +2349169512071Every member of this Society is entitled to all the Secret knowledge of Spiritual wealth and power, money is assured, power is assured, fame is assured if you want it, protection is also assured. But have it in mind that becoming a member of this occult you’re to perform a great sacrifice to please the Lord Spiritual and all your heart desires will be granted. Call now for enquiries +2349169512071 OFTEN MANY HAS VENTURED INTO SPIRITUAL MEANS OF ACQUIRING LUXURY BUT ONLY FEW GET TO THE PEAK WHEN IT COMES TO SPIRITUAL WEALTH & LUXURY NOT BECAUSE THEY ARE NFWOCRITUALLY INNOVATIVE SPIRITUAL WEALTH & LUXURY NOT BECAUSE THEY ARE NFWOCRITUALLY S ON CLEARER VIEW TO THE HUMAN WORLD NOW TO ACTUALLY KNOW THAT IT TAKES A GREAT SACRIFICE AND OFFERING TO PIERCE THE HEART OF THE SPIRITUAL WORLD IN ORDER TO MAKE A RFEQUEST NOT JUST TO MAKE A REQUEST BUT TO GET SE ANSWERS AND POSITIVE FORITIVE SPIRITUAL GUARDIANS OF AGE. WE THE INITIATE MEMBERS OF ZHIKABUL SECRET BROTHERHOOD HAVE BEEN ABLE TO GAIN A SPIRITUAL CLOSE GUARDED SECRET OF ACQUIRING WEALTH POWER &PROTECTION FOR THE GUARDIANS OF AGE THROUGH THE ORDERS OF THE TEMPTULE GRANDMASTER AND ALOTHER SOURCE. WE KNOW VERY WELL THAT EVERYONE THINKS THEY HAVE ALL IT TAKES TO BE RICH AND FAMOUS NOT MINDING THE FACT THAT ONLY FEW HAS THE ABILITY AND GRACE TO BE WEALTHY, BECAUSE IF MAKING WEALTH WAS THAT EASY EVERYONE SHOULD HAVE BEEN WEALTH. MAKING ENQUIRIES TO JOIN US HERE MIGHT BE OPEN FOR EVERYONE BUT NOT EVERYONE IS ACCEPTED AT THE END OF THE DAY. ZHIKABUL SECRET BROTHERHOOD IS NOT FOR THE RICH OR POOR BUT FOR THE DESTINED TO BE RICH IT DOESN’T MATTER WHERE YOU ARE COMING FROM OR WHO YOU THINK YOU’RE, ONCE YOUR DESTINY MATCHES THE SPIRITUAL HEART OFRE THIS OCCULT YOU BE ACCEPTED AND TRANSDFORMED FROM POOR TO RICH OR RICH TO RICHER & POWERFUL. ALL ZHIKABULBROTHERHOOD OCCULT INITIATE MEMBERS ARE ENTITLED TO EVERYTHING THAT MAKES LIFE WORTH LIVING NO MATTER HOW EXPENSIVE IT MIGHT BE CARS HOUSES LUXURIOUS LIFE BUT ONE THING AND THING YOU MUSTOSE PUT VERY TOUSE FIRST IS THE CAOURAGE AND BRA HOUSES LUXURIOUS LIFE BUT ONE THING AND THING YOU MUSTOSE PUT FIRST IS THE COURCAAGE AND BRAAGE AND BRA ANY MAN/WOMAN CAN BE ACCEPTED HERE HE OR SHE IS EXPECTED TO HAVE MADE UP HIS OR HER MIND KNOWING THE TASK AHEAD, THOUGH WE DO NOT USE HUMAN BLOOD FOR SACRIFICE BUT DO NOT BE DECEIVED; WE USE ANIMAL BLOOD TO PLEASE THE LORD GUARDIANS OF AGE TO ACCEPT YOU AFTER WHICH YOU’LL BE ENDOWED WITH RICHES AND LUXURY BUT KNOW THAT THERE’S A GRAND PRIZE TO PAY WHICH IS YOU OFFERING YOUR SOUL TO THE LORD STAIN … …….. NOTHING ELSE WILL BE REQUIRED UNTIL YOUR LAST SACRIFICIAL RITE AND MONEY WILL NOT BE YOUR PROBLEM AGAIN UNTIL YOU DIE. THERE 7 SACRED RULES GUIDING THIS SACRED OCCULT WHICH MAKES IT EASY AND THE BEST FRATERNITY TO BELONG, THIS RULES CAN ONLY BE DISCLOSED TO AN ALREADY INITIATED MEMBER, STRICT MEASURES ARE APPLIED IN TERMS OF KEEPING THE GREAT OCCULT OF THIS DEEP GREAT OTHERS OF WEEPING THE GREAT OCCULT OF THIS WHICH. IF YOU KNOW YOU CAN’T KEEP SHUT WHEN THE CLOSE GUARDED SECRETS ARE BEEN GIVING TO YOU DURING YOUR INITIATION RITUAL; DO YOURSELF GOOD BY STAYING AWAY OTHER THAN BRINGING CALAMITY UPON YOURSELF AND HOUSEHOLD. THE ZHIKABUL BROTHERHOOD OCCULT WAS FOUNDED IN INDIA BY AFRICAN BROTHERS WHO TOOK DECISION TO CHANGE THE COURSE OF NATURE IN OTHER FOR LIFE TO BE EASY IN THE EARLY DAYS OF ALLAQUATHAMIN, THERE BY MAKING THE HOME OF THE CHOICE OF THE LORD ZHIKABUL, AFTERANYAH. WE HAVE OUR TEMPLES HERE IN AFRICA OF WHICH THE GRAND LODGE TEMPLE HQ IS SITUATED IN A HIDDEN LOCATION IN ENUGU NIGERIA. MANY INDIVIDUALS HAS TAKEN THE RISK OF ATTEMPTING #I_WANT_TO_JOIN_ILLUMINATI #I_WANT-TO-JOIN_THE_FREE_MASONS #I_WANT_TO_JOIN_ODD_FELLOWS AND MANY OTHER SEARCH REQUESTS; THOUGH THERE’RE OTHER FRATERNITIES LIKE MENTIONED ABOVE BUT THE BAD NEWS IS YOU CAN NEVER BE LINKED TO ANY OF THIS OCCULTS BY ANYONE UNLESS THEY WANT TO GIVE YOU FALSE HOPES THEREBY EXTORTING FROM YOU. BECAUSE THE ILLUMINATI, FREE MASONS, ODD FELLOWS AND OTHERS WILL COME FOR YOU ONLY WHEN YOU’RE RICH AND FAMOUS, IN OTHER TO USE YOUR INFLUENCE TO GET TO MORE FAMOUS AND WEALTHY INDIVIDUALS AND SECONDLY COUNTY SECONDLY THEIES SE CONTRATERNITR HAS THERE ACCOUNT. PEOPLE …EG EUROPE ASIAN NORTH-AMERICA ETC AFRICA IS BELIEVED TO BE THE BLACK SHEEP OF THE CONTINENT THERE BY DISREGARDING WHATEVER CONCERNS AFRICA APART FROM EXTORTION AND ILLEGAL EXPORTATIONS OF MAMA AFRICAS MINERAL RESOURCES; THE ZHIKABUL BROTHERHOOD OCCULT OCCULT ACCEPTS ANYONE HENCE YOU’RE HUMAN AND YOUR DESTINY MATCHES THE SECRET HEART OF THIS BROTHERHOOD IN ADDITION YOU’VE GOT TO HAVE THE HEART TO DO WHATEVER IT TAKES TO BECOME ONE OF US NOT MINDING & YOUR FETY FEARS. BECAUSE OF FRAUDULENT ACTIVITIES WE, VE SEALED EVERY ONLINE ENQUIRIES THROUGH FALSE AGENTS OR FALSE CONTACTS PRETENDING TO BE COMING FROM THE ZHIKABUL BROTHERHOOD OCCULT TEMPLE MEDIA, FOR THIS REASON IT’S NOW ON THE DECISIONS OF WHO CONDITIONY TEMPLE GRANDMASTER TOFI ACCEPT, FOR THIS REASON IT’S NOW ON THE DECISIONS OF THE CONVISION TEMPLE GRANDMASTER TOFI ACCEPT, THIS CONVISIONS OF THE TEMPLE GRANDMASTER TOFI ACCEPT. BROTHERHOOD UNDER THE SPIRITUAL GUARDANI
Zhikabul01
꧁꧂+2349169512071) #SECRET #OCCULT It’s encourageable to see an individual trying to join us in pursuit of happiness and luxury, But you must also put things into consideration thereby knowing it’s takes a fortune to achieve entrance into the Grand sacred. . . . Temple of Zhikabul BROTHERHOOD OCCULT. ————– +2349169512071 —————- We believe everyone has the potential to become whatever they chooses but often times 70% of Humanity have failed in the race of life thereby not been able to achieve anything here on earth, maybe because of FEAR & ANXIETY.We don’t force anyone to become a member here but of what benefit are you living a poor life, without hope for better opportunities, without hope of making your family proud, without making your children proud, without making yourself proud as an individual. The 7 Occult SECRETS will make you to understand that there are no rituals without danger and effects but at the same time anything that has danger and effect will definitely have Guidelines and caution, So when the guidelines and caution is given then you are now left with your school of thought which permits you to commemorate on the caution and Guidelines. ————– +2349169512071 —————– Though the days of human rituals has been condemned and abolished but it’s also known that ritual without sophisticated materials and mantles can never Pierce the heart of the spiritual world and it then becomes useless thereby causing harm and social disorder which might possibly ones Life. Here ion zhikabul brotherhood occult we don’t settle for less, every ritual items & mantles required for ritual is been purchased no matter how much it takes. So when you think about becoming a member of this Occult have it in mind that it takes a great sacrifice to Pierce the heart of the spiritual world in order for an individual to acquire spiritual wealth and luxury, Call now for enquiries +2349169512071. Many atimes has been defrauded in their pursuit for spiritual wealth thereby going back to the dust where they started from, why will an individual attempt joining Illuminati, Freemasons confraternity, odd-fellow. All this above mentioned confraternities they belong to different monopolies of Life which never grants you the ability to join unless you’re rich and famous for them to get more glory. So anyone telling you to come join this above mentioned confraternities will only defraud you and make you toodle in darkness, and make you an object of mediocrity in the society. Before you can be accepted as a member here you must pass through spiritual confirmation to know if your DESTINY will match the secret heart of this occult because only those their destiny matches the secret heart of this occult can be accepted to become a member here. Membership into the sacred heart of this brotherhood is free but you’re taking responsibility of every ritual items and mantles required for your initiation rituals, Call now for enquiries +2349169512071 A certified member of this brotherhood is not allowed to introduce a new member in order for the 7 OCCULT SECRETS of this brotherhood to be safe and not mentioned to a mediocre. That’s why we’re here online for your searching eg. #I_WANT_TO_JOIN_OCCULT_FOR_MINEY_RITUAL #HOW_TO_JOIN_OCCULT_FOR_MONEY_RITUAL I WANT TO JOIN OCCULT ILLUMINATI I WANT TO JOIN REAL OCCULT TO BE RICH WHERE TO JOIN OCCULT TO JOIN OCCULT FOR MONEY, ULTIMATE PART OF WEALTH POWER PROTECTION AND EVERYTHING LUXURY CAN BRING HERE ON EARTH JOIN US TODAY TO GIVE YOUR LIFE A MEANING. CONTACT SPIRITUAL GRANDMASTER FOR ENQUIRIES +2349169512071 WELCOME TO THE WORLD OF ZHIKABUL BROTHERHOOD OCCULT SOCIETY WHERE TO ACHIEVE ALL YOUR DESIRE IN LIFE, JOIN US NOW AND BE FREE FROM POVERTY AND PAINS, WE ARE ON HAD TO CHANGE YOU FROM YOU MIND TO DO WHAT IT TAKE TO MAKE WEALTH AND FORTUNES CALL +234969512071 NOW! Do you want to be a member of zhikabul as a brotherhood that will make you rich and famous in the world and have POWER to control people in the high place in the worldwide .Are you a business man or woman,artist, political, musician, student, do you want to be rich, famous, powerful in life, join the Illuminati brotherhood cult today and get instant rich sum of 250 million naira in a week, and a free home. If you are interested of joining us in the great brotherhood of ZHIKABUL BROTHERHOOD Occult temple CALL NOW FOR ENQUIRIES +23491692071 +2349169512071HAVE YOU YOU BEEN SEEKING FOR OPPORTUNITIES TO JOIN A SACRED BROTHERHOOD OCCULT FOR MONEY RITUAL IN NIGERIA? This is your time to make a positive change in your life, in as much as you have the bravery and courage to withstand the difficult parts of this brotherhood. +2349169512071Every member of this Society is entitled to all the Secret knowledge of Spiritual wealth and power, money is assured, power is assured, fame is assured if you want it, protection is also assured. But have it in mind that becoming a member of this occult you’re to perform a great sacrifice to please the Lord Spiritual and all your heart desires will be granted. Call now for enquiries +2349169512071 OFTEN MANY HAS VENTURED INTO SPIRITUAL MEANS OF ACQUIRING LUXURY BUT ONLY FEW GET TO THE PEAK WHEN IT COMES TO SPIRITUAL WEALTH & LUXURY NOT BECAUSE THEY ARE NFWOCRITUALLY INNOVATIVE SPIRITUAL WEALTH & LUXURY NOT BECAUSE THEY ARE NFWOCRITUALLY S ON CLEARER VIEW TO THE HUMAN WORLD NOW TO ACTUALLY KNOW THAT IT TAKES A GREAT SACRIFICE AND OFFERING TO PIERCE THE HEART OF THE SPIRITUAL WORLD IN ORDER TO MAKE A RFEQUEST NOT JUST TO MAKE A REQUEST BUT TO GET SE ANSWERS AND POSITIVE FORITIVE SPIRITUAL GUARDIANS OF AGE. WE THE INITIATE MEMBERS OF ZHIKABUL SECRET BROTHERHOOD HAVE BEEN ABLE TO GAIN A SPIRITUAL CLOSE GUARDED SECRET OF ACQUIRING WEALTH POWER &PROTECTION FOR THE GUARDIANS OF AGE THROUGH THE ORDERS OF THE TEMPTULE GRANDMASTER AND ALOTHER SOURCE. WE KNOW VERY WELL THAT EVERYONE THINKS THEY HAVE ALL IT TAKES TO BE RICH AND FAMOUS NOT MINDING THE FACT THAT ONLY FEW HAS THE ABILITY AND GRACE TO BE WEALTHY, BECAUSE IF MAKING WEALTH WAS THAT EASY EVERYONE SHOULD HAVE BEEN WEALTH. MAKING ENQUIRIES TO JOIN US HERE MIGHT BE OPEN FOR EVERYONE BUT NOT EVERYONE IS ACCEPTED AT THE END OF THE DAY. ZHIKABUL SECRET BROTHERHOOD IS NOT FOR THE RICH OR POOR BUT FOR THE DESTINED TO BE RICH IT DOESN’T MATTER WHERE YOU ARE COMING FROM OR WHO YOU THINK YOU’RE, ONCE YOUR DESTINY MATCHES THE SPIRITUAL HEART OFRE THIS OCCULT YOU BE ACCEPTED AND TRANSDFORMED FROM POOR TO RICH OR RICH TO RICHER & POWERFUL. ALL ZHIKABULBROTHERHOOD OCCULT INITIATE MEMBERS ARE ENTITLED TO EVERYTHING THAT MAKES LIFE WORTH LIVING NO MATTER HOW EXPENSIVE IT MIGHT BE CARS HOUSES LUXURIOUS LIFE BUT ONE THING AND THING YOU MUSTOSE PUT VERY TOUSE FIRST IS THE CAOURAGE AND BRA HOUSES LUXURIOUS LIFE BUT ONE THING AND THING YOU MUSTOSE PUT FIRST IS THE COURCAAGE AND BRAAGE AND BRA ANY MAN/WOMAN CAN BE ACCEPTED HERE HE OR SHE IS EXPECTED TO HAVE MADE UP HIS OR HER MIND KNOWING THE TASK AHEAD, THOUGH WE DO NOT USE HUMAN BLOOD FOR SACRIFICE BUT DO NOT BE DECEIVED; WE USE ANIMAL BLOOD TO PLEASE THE LORD GUARDIANS OF AGE TO ACCEPT YOU AFTER WHICH YOU’LL BE ENDOWED WITH RICHES AND LUXURY BUT KNOW THAT THERE’S A GRAND PRIZE TO PAY WHICH IS YOU OFFERING YOUR SOUL TO THE LORD STAIN … …….. NOTHING ELSE WILL BE REQUIRED UNTIL YOUR LAST SACRIFICIAL RITE AND MONEY WILL NOT BE YOUR PROBLEM AGAIN UNTIL YOU DIE. THERE 7 SACRED RULES GUIDING THIS SACRED OCCULT WHICH MAKES IT EASY AND THE BEST FRATERNITY TO BELONG, THIS RULES CAN ONLY BE DISCLOSED TO AN ALREADY INITIATED MEMBER, STRICT MEASURES ARE APPLIED IN TERMS OF KEEPING THE GREAT OCCULT OF THIS DEEP GREAT OTHERS OF WEEPING THE GREAT OCCULT OF THIS WHICH. IF YOU KNOW YOU CAN’T KEEP SHUT WHEN THE CLOSE GUARDED SECRETS ARE BEEN GIVING TO YOU DURING YOUR INITIATION RITUAL; DO YOURSELF GOOD BY STAYING AWAY OTHER THAN BRINGING CALAMITY UPON YOURSELF AND HOUSEHOLD. THE ZHIKABUL BROTHERHOOD OCCULT WAS FOUNDED IN INDIA BY AFRICAN BROTHERS WHO TOOK DECISION TO CHANGE THE COURSE OF NATURE IN OTHER FOR LIFE TO BE EASY IN THE EARLY DAYS OF ALLAQUATHAMIN, THERE BY MAKING THE HOME OF THE CHOICE OF THE LORD ZHIKABUL, AFTERANYAH. WE HAVE OUR TEMPLES HERE IN AFRICA OF WHICH THE GRAND LODGE TEMPLE HQ IS SITUATED IN A HIDDEN LOCATION IN ENUGU NIGERIA. MANY INDIVIDUALS HAS TAKEN THE RISK OF ATTEMPTING #I_WANT_TO_JOIN_ILLUMINATI #I_WANT-TO-JOIN_THE_FREE_MASONS #I_WANT_TO_JOIN_ODD_FELLOWS AND MANY OTHER SEARCH REQUESTS; THOUGH THERE’RE OTHER FRATERNITIES LIKE MENTIONED ABOVE BUT THE BAD NEWS IS YOU CAN NEVER BE LINKED TO ANY OF THIS OCCULTS BY ANYONE UNLESS THEY WANT TO GIVE YOU FALSE HOPES THEREBY EXTORTING FROM YOU. BECAUSE THE ILLUMINATI, FREE MASONS, ODD FELLOWS AND OTHERS WILL COME FOR YOU ONLY WHEN YOU’RE RICH AND FAMOUS, IN OTHER TO USE YOUR INFLUENCE TO GET TO MORE FAMOUS AND WEALTHY INDIVIDUALS AND SECONDLY COUNTY SECONDLY THEIES SE CONTRATERNITR HAS THERE ACCOUNT. PEOPLE …EG EUROPE ASIAN NORTH-AMERICA ETC AFRICA IS BELIEVED TO BE THE BLACK SHEEP OF THE CONTINENT THERE BY DISREGARDING WHATEVER CONCERNS AFRICA APART FROM EXTORTION AND ILLEGAL EXPORTATIONS OF MAMA AFRICAS MINERAL RESOURCES; THE ZHIKABUL BROTHERHOOD OCCULT OCCULT ACCEPTS ANYONE HENCE YOU’RE HUMAN AND YOUR DESTINY MATCHES THE SECRET HEART OF THIS BROTHERHOOD IN ADDITION YOU’VE GOT TO HAVE THE HEART TO DO WHATEVER IT TAKES TO BECOME ONE OF US NOT MINDING & YOUR FETY FEARS. BECAUSE OF FRAUDULENT ACTIVITIES WE, VE SEALED EVERY ONLINE ENQUIRIES THROUGH FALSE AGENTS OR FALSE CONTACTS PRETENDING TO BE COMING FROM THE ZHIKABUL BROTHERHOOD OCCULT TEMPLE MEDIA, FOR THIS REASON IT’S NOW ON THE DECISIONS OF WHO CONDITIONY TEMPLE GRANDMASTER TOFI ACCEPT, FOR THIS REASON IT’S NOW ON THE DECISIONS OF THE CONVISION TEMPLE GRANDMASTER TOFI ACCEPT, THIS CONVISIONS OF THE TEMPLE GRANDMASTER TOFI ACCEPT. BROTHERHOOD UNDER THE SPIRITUAL GUARDIAN
Are you a pastor, business man or woman, politician, civil engineer, civil servant, security officer, entrepreneur, Job seeker, poor or rich Seeking how to join a brotherhood for protection and wealth here’s is your opportunity, but you should know there’s no ritual without repercussions but with the right guidance and support from this great temple your destiny is certain to be changed for the better and equally protected depending if you’re destined for greatness Call now for enquiry +2349027025197 (((666))) This page is for those who are seriously interested in the GREATORLDRADO Brotherhood occult fraternity. People with prejudices and the mob should stay away from here: they would only toddle in darkness and be highly indignant. The described black magic rituals are not without danger and are consequently unsuitable for people who are not mentally in good constitution. Take heed to follow all instructions the way they are described. Without the necessary precautions every ritual will turn to your disadvantage, confusion and total destruction. On the contrary, by following the instructions with precision, you will achieve a complete success in all your enterprises. +239027025197. Many today are seeking to join a secret society, the one that will give them back their hope and help them to achieve all the things they have wanted in life. They realize that they have lost their dreams and their ambitions. They have settled for a life of mediocrity. Sadly, many are disappointed, for real secret societies are rare, hard to find and even more difficult to join. The more well known have, over time, lost their own secrets and present merely a façade of mystical mumbo-jumbo without possessing any real substance.+2349027025197. There are no accidents and it is no coincidence that you have been led to The TEMPLE OF GREATORLDRADO BROTHERHOOD. The Brotherhood reaches out to help you and to offer the hand of friendship and hope. Contact spiritual Grandmaster now for your enquiries +2349027025197. WEALTH #POWER #PROTECTION. +2349027025197 OFTEN MANY HAS VENTURED INTO SPIRITUAL MEANS OF ACQUIRING LUXURY BUT ONLY FEW GET TO THE PEAK WHEN IT COMES TO SPIRITUAL WEALTH & LUXURY NOT BECAUSE THEY ARE SPIRITUALLY INFECTED OR UNWORHTY BUT IT’S ON CLEARER VIEW TO THE HUMAN WORLD NOW TO ACTUALLY KNOW THAT IT TAKES A GREAT SACRIFICE AND OFFERING TO PIERCE THE HEART OF THE SPIRITUAL WORLD IN ORDER TO MAKE A RFEQUEST NOT JUST TO MAKE A REQUEST BUT TO GET ANSWERS AND POSITIVE POSITIVE RESPONSE FOR THE SPIRITUAL GUARDIANS OF AGE. THE GREAT ORLDRADO BROTHERHOOD OCCULT knows that everyone has great potential but often many have lost their self-esteem and their desire for a better life. All of us know that we can be better than we are. We are not living up to our potential. Yet we have this fear to take chances, to venture into unfamiliar enterprises and territories. Contact spiritual Grandmaster now for your enquiries +2349027025197. THE GREATORLDRADO BROTHERHOOD has given many the courage, the confidence, the knowledge and the power they needed to change their life for the better. Becoming a Member of the THE Great Brotherhood can give your life a new meaning and direction, and show you how to be happier and more fulfilled. ORLDRADO BROTHERHOOD offers simple solutions, a helping hand, and answers. It teaches the secret techniques and methods to become anything you wish to become. Every Member of THE GREATORLDRADO BROTHERHOOD is given the knowledge and the power to achieve all the success and riches of life that they have dreamed about. We invite anyone who wishes to forge the spirit of friendship in a true brotherhood of power to join us, to unite our power to your own. Join us and share in the Brotherhood’s closely-guarded secrets and circles of power & overflowing wealth. Call now for your enquiries +2348026461693. Becoming a Member of the THE Great Brotherhood can give your life a new meaning and direction, and show you how to be happier and more fulfilled. THE GREATORLDRADO BROTHERHOOD offers simple solutions, a helping hand, and answers. It teaches the secret techniques and methods to become anything you wish to become. Every Member of THE GREAT ORLDRADO BROTHERHOOD is given the knowledge and the power to achieve all the success and riches of life that they have dreamed about. We invite anyone who wishes to forge the spirit of friendship in a true brotherhood of power to join us, to unite our power to your own. Join us and share in the Brotherhood’s closely-guarded secrets and circles of power & overflowing wealth. Call now for your enquiries +2349027025197. The Brotherhood is a legal, non-political, non-religious society whose sole interest is building a united brotherhood of members who help each other. It has nothing to do with fanciful nonsense like the Illuminati. We have no desire to control others but only wish to gain control of our own lives and destiny. We are seeking that special wisdom and knowledge that would set us free from the bondage to dull and dreary everyday life, while strengthening us in body, mind and spirit, and bringing us the material rewards of wealth, love, and success. The ORLDRADO Brotherhood is a true brotherhood of secret knowledge and power. +2349027025197. COME JOIN HOME OF RICHES, ORLDRADO ILLUMINATIOCCULT FOR MONEY RITUAL IN AFRICA INDONESIA DUBAI MALAYSIA ITALY GERMANY TURKEY AUSTRALIA CALL NOW +2349027025197. CALL NOW +2349027025197 This page is for those who are seriously interested in ORLDRADO Brotherhood occult fraternity. People with prejudices and the mob should stay away from here: they would only toddle in darkness and be highly indignant. The described black magic rituals are not without danger and are consequently unsuitable for people who are not mentally in good constitution. Take heed to follow all instructions the way they are described. Without the necessary precautions every ritual will turn to your disadvantage, confusion and total destruction. On the contrary, by following the instructions with precision, you will achieve a complete success in all your enterprises. +2349027025197. Many today are seeking to join a secret society, the one that will give them back their hope and help them to achieve all the things they have wanted in life. They realize that they have lost their dreams and their ambitions. They have settled for a life of mediocrity. Sadly, many are disappointed, for real secret societies are rare, hard to find and even more difficult to join. The more well known have, over time, lost their own secrets and present merely a façade of mystical mumbo-jumbo without possessing any real substance.+2349027025197. There are no accidents and it is no coincidence that you have been led to The TEMPLE OF ORLDRADO BROTHERHOOD. The Brotherhood reaches out to help you and to offer the hand of friendship and hope. Contact spiritual Grandmaster now for your enquiries +2349027025197. Meetings and conferences Keywords: I want to join occult to make money, How to join occult for money ritual, I want to join occult in Nigeria, Money ritual, Brotherhood of light for money ritual. I WANT TO JOIN OCCULT FOR MONEY RITUAL IN DUBAI. #I WANT TO JOIN OCCULT FOR MONEY RITUAL IN NIGERIA. #HOW DO I JOIN THE OCCULT. #I WANT TO JOIN OCCULT FOR MONEY AND POWER IN AFRICA THE SPIRITUAL BROTHERHOOD OF ARAGON PYTHONS IS AN ASSOCIATION BLESSED BY THE LORD LUCIFER WHO SHOWER BLESSINGS OF WEALTH, POWER, PROTECTION,RICHES, PROMOTION AND TO MENTION BUT A FEW TO THOSE WHO ARE WILLING TO GIVE THEIR SOULS AS A SIGN OF APPRECIATION TO HIM IN REDEMPTION OF THEIR POOR LIFE. THERE SHOULD BE NO EXCUSE FOR POVERTY SO AS LONG AS THE SOLUTION LIES WITH ORLDRADO BROTHERHOOD OCCULT. CONTACT THE SPIRITUAL GRANDMASTER now +2349027025197. There is no blood shared if you’ve been accepted to join this organization you are to pay the price at the age of 85 years you sacrifice yourself to the lord Lucifer this simply means that you are going to die at the age of 85 years. Contact the Grandmaster of ORLDRADO BROTHERHOOD OCCULT NOW +2349027025197. WELCOME TO THE WORLD OF ORLDRADO BROTHERHOOD OCCULT SOCIETY WHERE TO ACHIEVE ALL YOUR DESIRE IN LIFE, JOIN US NOW AND BE FREE FROM POVERTY AND PAINS, WE ARE HERE TO CHANGE YOU FROM BAD TO GOOD ONCE YOU HAVE THE MIND TO DO WHAT IT TAKE TO MAKE WEALTH AND FORTUNES CALL +2349027025197 NOW! #DO YOU WANT TO JOIN OCCULT SOCIETY TO MAKE MONEY AND TO BE RICH SO THAT PEOPLE WILL RESPECT YOU AND OBEY YOU, #JOIN THE ORLDRADO BROTHERHOOD OCCULT/ #YOU ARE WELCOME TO THE TEMPLE OF THE ORLDRADO BROTHERHOOD WHERE RICHES AND WEALTH ARE BEEN GIVEN TO THE POOR!! #ARE YOU DISAPPOINTED OR TIRED OF THE SITUATION YOU ARE CURRENTLY PASSING THROUGH OR NOT HAPPY BECAUSE ALL YOUR FRIENDS ARE ALREADY RICH BUT YOU ARE STILL LIVING IN POVERTY, #IS YOUR BUSINESS COLLAPSING OR ALREADY COLLAPSED CALL THE ORLDRADO BROTHERHOOD TO HELP YOU ON +2349027025197. for #power #money, #quick riches, and #power to gain contract and The # ORLDRADO brotherhood occult insists on not to asking any payment for any membership, as it is among the great rule guiding this family. They explain this as a gratitude for personal achievements. Membership is positioned as a great pride and honor, the ORLDRADO family chooses their members independently and send out private and exclusive invitations but everyone can try to receive such invitation by filling the form, the ORLDRADO brotherhood occult family connects and unites only the worthiest. That is why you have to be rich, famous and powerful unless you are a member of the fraternity member family, if you want to know how to join the ORLDRADO brotherhood occult in #Nigeria and #Ghana#Dubai #canada #Japan #germany just call +2349027025197
Hassan005
[ { "blue shirt": [ { "Image Link": "https://i.ebayimg.com/thumbs/images/g/1cEAAOSwk25ci8J6/s-l225.jpg", "Price": "$7.70", "Product name": "Polo Shirt Mens Shirts Tee Top Short Sleeve T Shirt Golf Plain Horse New Sport", "Products id": 1, "Profile Link": "https://www.ebay.com/itm/Polo-Shirt-Mens-Shirts-Tee-Top-Short-Sleeve-T-Shirt-Golf-Plain-Horse-New-Sport/172660158185?var=471462439265&_trkparms=ispr%3D1&hash=item283358eee9:g:1cEAAOSwk25ci8J6&enc=AQAEAAACQBPxNw%2BVj6nta7CKEs3N0qXLd1x2ukMndR9vDKNPqaTsqXE9C57ZrTvfBA7HbZuR1SmHks2s9RjiE%2FyOTQCNsnOqYUqm4NVm2JNjS6%2F8bdZOc1Qm%2FNxbG5ihPEMLKMMz2BvLbcpFMBuNYqo9R0zRhpjrIWwemJJ9zrYvdqKMylQSmc8m743X9VFf97CipmzkC9A5yslByFGEulYR4c7DA7gFWHeJXUWp%2B8JYgSQlmEmlyKgT%2BLlE2L86grG%2BJHfzXE4aD8O%2BaM6nJy9H%2B0u9TeYueD2kbGXikA2Y9MxhwmNlmxrtgsia5CE8m4ZfrsGgZre1P660ZjuO4%2FPJPVAy%2BPOM7CEQGT%2FHn5jgs52%2FQgexJGTQqeh6HtkfP3dNUCgrSNFNC01RkVMVNB%2FnA%2B8SMUBNDvNLRyWFV0bWQu2OmtVpHduzO%2FrgFPQnhkCznMqCfk%2BFdkf4lE%2F3CKEW4DYNBQHaeB0C0s8gyhVcQW2Y%2BkzzixFs3woKhRdEBpdzNAe3AISC%2FrWydechmKYFiX4dXr8AlKyUa1bh9uiWxy5dTVWGU%2FNU6ul3RMd0EmaLFRmoccMKdnsFIv7dxKzPMguanXh%2FKfiYIOLsAGN2THRwcnvhuXfOa%2B3P34%2F1Eg5I7WhFAzLVmY5BOJrTgpHOJr26NGPqsShxsnqzaiJZDxvVtjvCVZXU%2FNKroN4bvaU4eGcjsn%2BRJfl6qvi%2FW64a%2BYKmrYis9qPUQE8H2mOCnI4wYZnR2YjJGSaJHnMyvRizjCWzVw%3D%3D&checksum=172660158185ef16f42dbf9142268f6b6f6f4000cddc&enc=AQAEAAACQBPxNw%2BVj6nta7CKEs3N0qXLd1x2ukMndR9vDKNPqaTsqXE9C57ZrTvfBA7HbZuR1SmHks2s9RjiE%2FyOTQCNsnOqYUqm4NVm2JNjS6%2F8bdZOc1Qm%2FNxbG5ihPEMLKMMz2BvLbcpFMBuNYqo9R0zRhpjrIWwemJJ9zrYvdqKMylQSmc8m743X9VFf97CipmzkC9A5yslByFGEulYR4c7DA7gFWHeJXUWp%2B8JYgSQlmEmlyKgT%2BLlE2L86grG%2BJHfzXE4aD8O%2BaM6nJy9H%2B0u9TeYueD2kbGXikA2Y9MxhwmNlmxrtgsia5CE8m4ZfrsGgZre1P660ZjuO4%2FPJPVAy%2BPOM7CEQGT%2FHn5jgs52%2FQgexJGTQqeh6HtkfP3dNUCgrSNFNC01RkVMVNB%2FnA%2B8SMUBNDvNLRyWFV0bWQu2OmtVpHduzO%2FrgFPQnhkCznMqCfk%2BFdkf4lE%2F3CKEW4DYNBQHaeB0C0s8gyhVcQW2Y%2BkzzixFs3woKhRdEBpdzNAe3AISC%2FrWydechmKYFiX4dXr8AlKyUa1bh9uiWxy5dTVWGU%2FNU6ul3RMd0EmaLFRmoccMKdnsFIv7dxKzPMguanXh%2FKfiYIOLsAGN2THRwcnvhuXfOa%2B3P34%2F1Eg5I7WhFAzLVmY5BOJrTgpHOJr26NGPqsShxsnqzaiJZDxvVtjvCVZXU%2FNKroN4bvaU4eGcjsn%2BRJfl6qvi%2FW64a%2BYKmrYis9qPUQE8H2mOCnI4wYZnR2YjJGSaJHnMyvRizjCWzVw%3D%3D&checksum=172660158185ef16f42dbf9142268f6b6f6f4000cddc" }, { "Image Link": "https://i.ebayimg.com/thumbs/images/g/JEMAAOSwI35dgSz0/s-l225.jpg", "Price": "$16.81", "Product name": "Armani Jeans Men's Short Sleeve T-Shirt- Crew Neck ", "Products id": 2, "Profile Link": "https://www.ebay.com/itm/Armani-Jeans-Mens-Short-Sleeve-T-Shirt-Crew-Neck/273899246382?var=574015582143&_trkparms=ispr%3D1&hash=item3fc5aad32e:g:JEMAAOSwI35dgSz0&enc=AQAEAAACUBPxNw%2BVj6nta7CKEs3N0qVP0Hr9PVYHsCtuAH1f5fvq4QWgEid9zHm6PpJnJSl3PEoS5NrdRcSObFdguRVJYyhfixeD1jX65EYblslM9GZ%2B2MOOyBmYeU4xkV5vJcXlIBuCMBf7O2o9uqInYvi%2BnpAw0N6By%2FDwTTXdqO5ak%2B3XodzUq0P27aXwiewJTU9AFsK5YYB2pZcWpQ%2BXkOEDDOw0vLdlxEPrT1meGC7wdoymL2G3WUWxJ1EVF%2FvoxQx734KxaZErLqQCxx%2F5B7SWDxslPAZpihkAsalHFfBqj%2B9RBr27PCO8JXkXikfXsDMeQLoA121QOmBQPpq8UJDoiYbS7NfDuNPxQasi2zXkla7XyGGPwtYhUwQP0mpDFwsZBI6CApv3V5P0aOlIT4xvRVmJATjCFEPNeP66oQieyqIQYh6DQITk5tSip5%2FCOjEXw2CCgu2Ts%2BGlJvWZ0j4%2FwpPu1%2FTIfONzojTPp4iyWmveLGAcXMzKSvQ9Spec9u4nx5vL8oozIheIyBhRKtlnrLXtiHmNXYl04FOFhLoM4XHw94RIs%2BycpVcXVsXXMrYX5eFy061lUGQF1GL27OvXiiWINyHi4QQkHDD1%2BriIIJ1n%2BvtY3BQT5tl44%2Bf0ED4O4ZSj43V1vhLwK3TP5I7hdUP40DefpHo0cZSzSiOdq0EmHACbbA2X66nofVrwj0eMaXLDMx1Sslpl%2BhHhBvwgs6toVJA%2B%2BOWjHb1tdpuKAtZgj2xNYsMdyEiORUsM5gXhSAeYualc0LyadtWVhjAWA14%3D&checksum=273899246382ef16f42dbf9142268f6b6f6f4000cddc&enc=AQAEAAACUBPxNw%2BVj6nta7CKEs3N0qVP0Hr9PVYHsCtuAH1f5fvq4QWgEid9zHm6PpJnJSl3PEoS5NrdRcSObFdguRVJYyhfixeD1jX65EYblslM9GZ%2B2MOOyBmYeU4xkV5vJcXlIBuCMBf7O2o9uqInYvi%2BnpAw0N6By%2FDwTTXdqO5ak%2B3XodzUq0P27aXwiewJTU9AFsK5YYB2pZcWpQ%2BXkOEDDOw0vLdlxEPrT1meGC7wdoymL2G3WUWxJ1EVF%2FvoxQx734KxaZErLqQCxx%2F5B7SWDxslPAZpihkAsalHFfBqj%2B9RBr27PCO8JXkXikfXsDMeQLoA121QOmBQPpq8UJDoiYbS7NfDuNPxQasi2zXkla7XyGGPwtYhUwQP0mpDFwsZBI6CApv3V5P0aOlIT4xvRVmJATjCFEPNeP66oQieyqIQYh6DQITk5tSip5%2FCOjEXw2CCgu2Ts%2BGlJvWZ0j4%2FwpPu1%2FTIfONzojTPp4iyWmveLGAcXMzKSvQ9Spec9u4nx5vL8oozIheIyBhRKtlnrLXtiHmNXYl04FOFhLoM4XHw94RIs%2BycpVcXVsXXMrYX5eFy061lUGQF1GL27OvXiiWINyHi4QQkHDD1%2BriIIJ1n%2BvtY3BQT5tl44%2Bf0ED4O4ZSj43V1vhLwK3TP5I7hdUP40DefpHo0cZSzSiOdq0EmHACbbA2X66nofVrwj0eMaXLDMx1Sslpl%2BhHhBvwgs6toVJA%2B%2BOWjHb1tdpuKAtZgj2xNYsMdyEiORUsM5gXhSAeYualc0LyadtWVhjAWA14%3D&checksum=273899246382ef16f42dbf9142268f6b6f6f4000cddc" }, { "Image Link": "https://i.ebayimg.com/thumbs/images/g/T8sAAOSwkJpdZIvX/s-l225.jpg", "Price": "$4.99", "Product name": "Men Slim Fit T-shirt Long Sleeve Tops Pullover V-Neck Blouse Casual Fashion New", "Products id": 3, "Profile Link": "https://www.ebay.com/itm/Men-Slim-Fit-T-shirt-Long-Sleeve-Tops-Pullover-V-Neck-Blouse-Casual-Fashion-New/174010183805?var=472811204765&_trkparms=ispr%3D1&hash=item2883d0b07d:g:T8sAAOSwkJpdZIvX&enc=AQAEAAACQBPxNw%2BVj6nta7CKEs3N0qXvF22nqjNAOifATAkbmghKwmMHiTrN9aK1jz5qJpoIvoWTujSLQD5fd%2B3BWzopM%2B3bByH%2F7Sp17t8PRMMbSGvkiZzLNEbUkoYwvXr7blfjJ8GhzJfctmhACsYuc7gTFCvjmGil8GI%2FN0vFtTLNrWH4UZImXVJxbqysOykRMd9TG6s8TBoTY%2FZxkSMFBDF0Zv1ximDO8YhdeTkquJ%2FqIi5MCK7ptZMe4yy3QurkwJft6ptRnqb6YVKjsFNVHSCMaDgy%2Fiy0ZnWTnNf4x2dwsiprM0SZw%2FPkA0bcyi665FzeD8wnLttUrGFv4mBhOcjwreui1jxdnA%2Fo%2BueCNGKAv9Ux%2FqfQq5H%2BexkvxVSW%2BYclPstebpG6egnUIHC6nSsv5lQEye7nqbANNtKr4o1AgwV%2FCxvNCBLHsK7djNeH%2FxjnsEtzPf3X5VwBlYg%2FaWgaL5HwMXObHOk9wlTkkv4sJc0YtbRyaqUbv6u6DLUQDS2R0yb79QT9KRRixQflkBLVFWExXdrX6rFcRlE1zlEDJ4ajnijPtF5LjlTRFjsqjNTnzOj4m3ct4GniWwaIEh9Y7bvOK64yrnzGbgduaL55j5qp%2B4oTvWBngI%2Flgc6HC9d3V%2BVpu6uKGYb1k%2BDNRs6OcqaO550lKbpvzYyOn9JATUn9cKKfgWHgpnJc1W2aexVwddn%2F0UecK8psEM3l50zzO5ykz7ha37R%2Ft%2FcOG6IEQ9WGAasnqQzM0nvsDDPfSHZRMw%3D%3D&checksum=174010183805ef16f42dbf9142268f6b6f6f4000cddc&enc=AQAEAAACQBPxNw%2BVj6nta7CKEs3N0qXvF22nqjNAOifATAkbmghKwmMHiTrN9aK1jz5qJpoIvoWTujSLQD5fd%2B3BWzopM%2B3bByH%2F7Sp17t8PRMMbSGvkiZzLNEbUkoYwvXr7blfjJ8GhzJfctmhACsYuc7gTFCvjmGil8GI%2FN0vFtTLNrWH4UZImXVJxbqysOykRMd9TG6s8TBoTY%2FZxkSMFBDF0Zv1ximDO8YhdeTkquJ%2FqIi5MCK7ptZMe4yy3QurkwJft6ptRnqb6YVKjsFNVHSCMaDgy%2Fiy0ZnWTnNf4x2dwsiprM0SZw%2FPkA0bcyi665FzeD8wnLttUrGFv4mBhOcjwreui1jxdnA%2Fo%2BueCNGKAv9Ux%2FqfQq5H%2BexkvxVSW%2BYclPstebpG6egnUIHC6nSsv5lQEye7nqbANNtKr4o1AgwV%2FCxvNCBLHsK7djNeH%2FxjnsEtzPf3X5VwBlYg%2FaWgaL5HwMXObHOk9wlTkkv4sJc0YtbRyaqUbv6u6DLUQDS2R0yb79QT9KRRixQflkBLVFWExXdrX6rFcRlE1zlEDJ4ajnijPtF5LjlTRFjsqjNTnzOj4m3ct4GniWwaIEh9Y7bvOK64yrnzGbgduaL55j5qp%2B4oTvWBngI%2Flgc6HC9d3V%2BVpu6uKGYb1k%2BDNRs6OcqaO550lKbpvzYyOn9JATUn9cKKfgWHgpnJc1W2aexVwddn%2F0UecK8psEM3l50zzO5ykz7ha37R%2Ft%2FcOG6IEQ9WGAasnqQzM0nvsDDPfSHZRMw%3D%3D&checksum=174010183805ef16f42dbf9142268f6b6f6f4000cddc" }, { "Image Link": "https://i.ebayimg.com/thumbs/images/g/EcMAAOSwkpxc~Ryg/s-l225.jpg", "Price": "$18.10", "Product name": "Polo Ralph Lauren standard Fit Crew Neck Short Sleeve Basic T-Shirts for Men's ", "Products id": 4, "Profile Link": "https://www.ebay.com/itm/Polo-Ralph-Lauren-standard-Fit-Crew-Neck-Short-Sleeve-Basic-T-Shirts-for-Mens/352784955674?var=622083110789&_trkparms=ispr%3D1&hash=item52239f391a:g:EcMAAOSwkpxc~Ryg&enc=AQAEAAACUBPxNw%2BVj6nta7CKEs3N0qWtDyxZBanKHf%2BorSCV28oJamv44R1esnGiSz5J3JwO9ibpanLhc0Ygg1BeIgEFuvfEjiJeEZAE67bHg26rkpRQWhawrP56xL2ApfsZX7M5XfqDP2W1USLrXkb1nxdVaruyALWa7u0gqDQarZ6WDFw8m%2FLWB31YgxHwjBepgGFGSmCx0vVdN3SF7Xz97Z%2BuEZOReebqFV%2BUS9vrbSG%2FAnZsJaZHS88m%2F8FWjOEfvqCiw%2Bkpa5uFCmJ6nzoWT4GUHZFLDF8WIx1ohQ2Sydy%2B1hq4QJPgBvJkcsyFRuXgsK4x%2FqliztZxWsi3L8ivmJoHcEJoWwq40VcgEQPYBd8jyemdtanoeFl2M%2FTJhBTcxiLbBNa%2BxRJAE924RZMZm15x2k5LTq8VSsTy2hn7AioBB43OSuZFDTJCLAp9iPDAFb%2BAGOD2VPzChfluRsGhYB27sy6t5asYgi7D6FKcBsOzAKAVx44ZMJHpVH23PhRM%2BqpsPCyduQky2R4f1W73WBoTWSdMWlT9RASxx9%2FsV7ksskilB%2FqZZh1Gfqfemoz%2FRn8D3kd%2Bt6cD7dDbqLOELvKb3187I%2BmzaCkf4YmCX8mnFsG3PuFPoTjsJjm4nsKNKe%2FBFQoH8sNrj9ReoG5f0XlugDAxk4KLkTpdzp04QfmcHErn%2FpF%2BEUGFD7eIxjTm9pUwiqLFE6TQP7rbFCUkYRgOwbouGTWU0ghsLxqorMxAWSkRvAt730zVHaQCidx3VQP3UULpfqEgdaHhUCKBaJ2woow%3D&checksum=352784955674ef16f42dbf9142268f6b6f6f4000cddc&enc=AQAEAAACUBPxNw%2BVj6nta7CKEs3N0qWtDyxZBanKHf%2BorSCV28oJamv44R1esnGiSz5J3JwO9ibpanLhc0Ygg1BeIgEFuvfEjiJeEZAE67bHg26rkpRQWhawrP56xL2ApfsZX7M5XfqDP2W1USLrXkb1nxdVaruyALWa7u0gqDQarZ6WDFw8m%2FLWB31YgxHwjBepgGFGSmCx0vVdN3SF7Xz97Z%2BuEZOReebqFV%2BUS9vrbSG%2FAnZsJaZHS88m%2F8FWjOEfvqCiw%2Bkpa5uFCmJ6nzoWT4GUHZFLDF8WIx1ohQ2Sydy%2B1hq4QJPgBvJkcsyFRuXgsK4x%2FqliztZxWsi3L8ivmJoHcEJoWwq40VcgEQPYBd8jyemdtanoeFl2M%2FTJhBTcxiLbBNa%2BxRJAE924RZMZm15x2k5LTq8VSsTy2hn7AioBB43OSuZFDTJCLAp9iPDAFb%2BAGOD2VPzChfluRsGhYB27sy6t5asYgi7D6FKcBsOzAKAVx44ZMJHpVH23PhRM%2BqpsPCyduQky2R4f1W73WBoTWSdMWlT9RASxx9%2FsV7ksskilB%2FqZZh1Gfqfemoz%2FRn8D3kd%2Bt6cD7dDbqLOELvKb3187I%2BmzaCkf4YmCX8mnFsG3PuFPoTjsJjm4nsKNKe%2FBFQoH8sNrj9ReoG5f0XlugDAxk4KLkTpdzp04QfmcHErn%2FpF%2BEUGFD7eIxjTm9pUwiqLFE6TQP7rbFCUkYRgOwbouGTWU0ghsLxqorMxAWSkRvAt730zVHaQCidx3VQP3UULpfqEgdaHhUCKBaJ2woow%3D&checksum=352784955674ef16f42dbf9142268f6b6f6f4000cddc" }, { "Image Link": "https://i.ebayimg.com/thumbs/images/g/NmQAAOSwNmVadCG8/s-l225.jpg", "Price": "$10.39", "Product name": "Men ANIMAL Gym Sport Fitness Muscle Bodybuilding Training Cotton T-shirt Tee", "Products id": 5, "Profile Link": "https://www.ebay.com/itm/Men-ANIMAL-Gym-Sport-Fitness-Muscle-Bodybuilding-Training-Cotton-T-shirt-Tee/183053810450?var=691292725019&_trkparms=ispr%3D1&hash=item2a9edb7b12:g:NmQAAOSwNmVadCG8&enc=AQAEAAACQBPxNw%2BVj6nta7CKEs3N0qVDktDtmsePZTALd0%2BLagxaxrYfuMHBvWPtnTRNwaXuzYnbkGgpAhlv37zELGGofAve2OBGKzYpPYavJPQAo4SXgO1uCbekY%2F6Ki%2BjE0I27hlJayWaznxAmwqRaz1RYtdRRz%2B8Mr0H60BVlDSv0Maa54occgVfyTAjG89o1jcFzaLmN0OoWBydR%2BdnuJpq%2FlBVaStKEVoMp2cjE7YJkbMuZ4Rj7RNK0I38BDJ5GoXNfKwDksV5XeSFME7HS%2FC1GZcj0IN7speZoBwsCpDAzOZEyFY68unBHn5FAmt8ZfQ2nhhntLmtTNi0ssAT5BOVWki96YUaSBmUOTDSP6gsZN4gXPiQSWWU0d97%2Fo%2FuiRTgyYYz0SmxFBi3BvgZwMPqbZd51PvLoMFCWPVbpzZLK4suVxTsfmYEAEuPdFllmK5NtZ8sHihHUtI4euqhBrnFPbOeHIVzxLAdxxheVoAdZBt0WrGeEdJKCE3EVTOG28jTrr5srFBSRZp9RYQ2Kg%2BjaRYUO8KpnCClHfb%2FGTEzq9t%2FAHDUBB9OOo6%2BAqFJJE0zvrmoIlgR2iAIlJqP0XT4AGkInFTZbI%2B45WaA8i7aYduM1JhIz3LBM7Kfg9wh0%2BU5kgeNQ6J7mqnOmpKx2P3oyitdC8c9lUWLmoVw%2BlU1yxcKuDl2qPoqGyzo7%2FZvv5Fa7TOcV7EUKrO6%2FDs3sZ8dGdJ7jKAMFUoK6U6Bcmv7SRYb4%2FYAxSjQcNFA0gWTJCAYqaQ%3D%3D&checksum=183053810450ef16f42dbf9142268f6b6f6f4000cddc&enc=AQAEAAACQBPxNw%2BVj6nta7CKEs3N0qVDktDtmsePZTALd0%2BLagxaxrYfuMHBvWPtnTRNwaXuzYnbkGgpAhlv37zELGGofAve2OBGKzYpPYavJPQAo4SXgO1uCbekY%2F6Ki%2BjE0I27hlJayWaznxAmwqRaz1RYtdRRz%2B8Mr0H60BVlDSv0Maa54occgVfyTAjG89o1jcFzaLmN0OoWBydR%2BdnuJpq%2FlBVaStKEVoMp2cjE7YJkbMuZ4Rj7RNK0I38BDJ5GoXNfKwDksV5XeSFME7HS%2FC1GZcj0IN7speZoBwsCpDAzOZEyFY68unBHn5FAmt8ZfQ2nhhntLmtTNi0ssAT5BOVWki96YUaSBmUOTDSP6gsZN4gXPiQSWWU0d97%2Fo%2FuiRTgyYYz0SmxFBi3BvgZwMPqbZd51PvLoMFCWPVbpzZLK4suVxTsfmYEAEuPdFllmK5NtZ8sHihHUtI4euqhBrnFPbOeHIVzxLAdxxheVoAdZBt0WrGeEdJKCE3EVTOG28jTrr5srFBSRZp9RYQ2Kg%2BjaRYUO8KpnCClHfb%2FGTEzq9t%2FAHDUBB9OOo6%2BAqFJJE0zvrmoIlgR2iAIlJqP0XT4AGkInFTZbI%2B45WaA8i7aYduM1JhIz3LBM7Kfg9wh0%2BU5kgeNQ6J7mqnOmpKx2P3oyitdC8c9lUWLmoVw%2BlU1yxcKuDl2qPoqGyzo7%2FZvv5Fa7TOcV7EUKrO6%2FDs3sZ8dGdJ7jKAMFUoK6U6Bcmv7SRYb4%2FYAxSjQcNFA0gWTJCAYqaQ%3D%3D&checksum=183053810450ef16f42dbf9142268f6b6f6f4000cddc" }, { "Image Link": "https://i.ebayimg.com/thumbs/images/g/rLMAAOSw6JNck4Pe/s-l225.jpg", "Price": "$14.22", "Product name": "Adidas Originals Men's T-Shirt California Essentials Crew Neck Short Sleeve Gift", "Products id": 6, "Profile Link": "https://www.ebay.com/itm/Adidas-Originals-Mens-T-Shirt-California-Essentials-Crew-Neck-Short-Sleeve-Gift/282803532777?var=582270027443&hash=item41d86773e9:g:rLMAAOSw6JNck4Pe" }, { "Image Link": "https://i.ebayimg.com/thumbs/images/g/PaQAAOSwZi5dlBYp/s-l225.jpg", "Price": "$15.52", "Product name": "Adidas Men's T-Shirt Originals Retro California Crew Neck Short Sleeve all size", "Products id": 7, "Profile Link": "https://www.ebay.com/itm/Adidas-Mens-T-Shirt-Originals-Retro-California-Crew-Neck-Short-Sleeve-all-size/233357511622?var=532909583568&hash=item3655310bc6:g:PaQAAOSwZi5dlBYp" }, { "Image Link": "https://i.ebayimg.com/thumbs/images/g/IvEAAOSwjwNcr9lU/s-l225.jpg", "Price": "$4.66", "Product name": "Mens T Shirts For Men Short Sleeve Shirt Casual S Sports 5XL Slim Fit Round Neck", "Products id": 8, "Profile Link": "https://www.ebay.com/itm/Mens-T-Shirts-For-Men-Short-Sleeve-Shirt-Casual-S-Sports-5XL-Slim-Fit-Round-Neck/123746669716?var=424355999477&hash=item1ccfe05494:g:IvEAAOSwjwNcr9lU" }, { "Image Link": "https://i.ebayimg.com/thumbs/images/g/aBgAAOSwffRck09P/s-l225.jpg", "Price": "$14.22", "Product name": "Adidas Originals Mens California Retro Design Tees Trefoil Logo T-Shirt S M L XL", "Products id": 9, "Profile Link": "https://www.ebay.com/itm/Adidas-Originals-Mens-California-Retro-Design-Tees-Trefoil-Logo-T-Shirt-S-M-L-XL/283425373415?var=584435620286&hash=item41fd77fce7:g:aBgAAOSwffRck09P" }, { "Image Link": "https://i.ebayimg.com/thumbs/images/g/4TsAAOSwwUJdu5lU/s-l225.jpg", "Price": "$13.38", "Product name": "Men's Fitness Multi-Color T-Shirt Casual Shirt Cartoon Print Half Sleeve", "Products id": 10, "Profile Link": "https://www.ebay.com/itm/Mens-Fitness-Multi-Color-T-Shirt-Casual-Shirt-Cartoon-Print-Half-Sleeve/143428560164?var=442373854752&hash=item2165022524:g:4TsAAOSwwUJdu5lU" }, { "Image Link": "https://i.ebayimg.com/thumbs/images/g/SJ4AAOSwPCVYBf1d/s-l225.jpg", "Price": "$12.93", "Product name": "Heisenberg T Shirt Breaking Bad Jesse Pinkman Better Call Saul Blue Meth", "Products id": 11, "Profile Link": "https://www.ebay.com/itm/Heisenberg-T-Shirt-Breaking-Bad-Jesse-Pinkman-Better-Call-Saul-Blue-Meth/174012041395?var=472814103039&hash=item2883ed08b3:g:SJ4AAOSwPCVYBf1d" }, { "Image Link": "https://i.ebayimg.com/thumbs/images/g/cI4AAOSwC99du88G/s-l225.jpg", "Price": "$13.38", "Product name": "New Casual Fitness Short-Sleeved T-Shirt Men's Casual Cotton", "Products id": 12, "Profile Link": "https://www.ebay.com/itm/New-Casual-Fitness-Short-Sleeved-T-Shirt-Mens-Casual-Cotton/143428683059?var=442374059972&hash=item2165040533:g:cI4AAOSwC99du88G" }, { "Image Link": "https://i.ebayimg.com/thumbs/images/g/430AAOSwPihdu5hb/s-l225.jpg", "Price": "$13.38", "Product name": "Short-Sleeved T-Shirt Men's Fitness New Casual Print Round Neck Half-Sleeved", "Products id": 13, "Profile Link": "https://www.ebay.com/itm/Short-Sleeved-T-Shirt-Mens-Fitness-New-Casual-Print-Round-Neck-Half-Sleeved/143428557451?var=442373848335&hash=item2165021a8b:g:430AAOSwPihdu5hb" }, { "Image Link": "https://i.ebayimg.com/thumbs/images/m/m3KfK_coF59zq1WVuUON6zg/s-l225.jpg", "Price": "$27.95", "Product name": "G-Star Men's Graphic Slim T-Shirt, Blue", "Products id": 14, "Profile Link": "https://www.ebay.com/itm/G-Star-Mens-Graphic-Slim-T-Shirt-Blue/184006396973?var=691697424232&hash=item2ad7a2cc2d:m:m3KfK_coF59zq1WVuUON6zg" }, { "Image Link": "https://i.ebayimg.com/thumbs/images/g/oW8AAOSwFwNdu6cA/s-l225.jpg", "Price": "$12.16", "Product name": "T-shirt Slim Fit Mens Shirts Short Sleeve Muscle Casual Basic Hoodie Tops Hooded", "Products id": 15, "Profile Link": "https://www.ebay.com/itm/T-shirt-Slim-Fit-Mens-Shirts-Short-Sleeve-Muscle-Casual-Basic-Hoodie-Tops-Hooded/254406877003?var=554013525293&_trkparms=ispr%3D1&hash=item3b3bd4df4b:g:oW8AAOSwFwNdu6cA&enc=AQAEAAACQBPxNw%2BVj6nta7CKEs3N0qUM5Yk251hj69vvbe%2FCR5cLeYmnclumVmR5OYtqmjsFR9t2AIWUqhADeo8f59p4R6hHakMjktZiXdjHc8f%2BNzSN%2FeZvN1WeantY1O8CJdX05M%2FCL6n3J9vYFSLCDK7cp%2FQm9ckD4G8GQ1K5pMR7B1MwY%2BTOKr1PmrR4lta7ywAStJiNkv%2BedmY%2B9Riym2Yv1OT%2F283eAFDZ%2B2ieO2wHqDhIVDTQJhZWt0zY639aVsHjo55bZRBH9pv4HMK6L9tBOibb8mfHceuDpKOvaSnZBiOv68g875IeM7NPi9KsUEL%2FqVF7pCaCqFLvKFixFPkOCTt6Jq%2FWPLF2FS8FjBp4u%2F5pN6g2uIwzIF4yDgLajL6ZLB9DFElTLBAeqCnPEunNXKJEOhXMGCxYf1%2BEZaymZ6fp8WREC%2BaAkfU%2Bfr3mg88fvYvM661PgpttvYkuw2whXJ7zOCeQb6pngrs24Sop79TzQnrSeUi%2BO0jbxk2ApeliZF3SiclJfhZRNPFgYj2WII6sMRen1faVMNjJN3UbELUtq5ngjcVJAyeuwxI%2B99JYcO89mFTAcaLNp4Zt9%2BhDMHqeRqwzeDR2TqSv%2FHFwOtoDYZqG8PDlSU1HoXd7JUZ14n6F9kwTYsjyQTicccXa2d2i6AQ579gtcGPo4br2CqNK%2FRB3eFb2Jbnc2H%2F33AZ6VM3M3NgIZBb7qG2d4HVq3OTqu5uX8T1PAMT4neiWXseKRHr0GqZy7RCXS7dUcn5n1g%3D%3D&checksum=254406877003ef16f42dbf9142268f6b6f6f4000cddc&enc=AQAEAAACQBPxNw%2BVj6nta7CKEs3N0qUM5Yk251hj69vvbe%2FCR5cLeYmnclumVmR5OYtqmjsFR9t2AIWUqhADeo8f59p4R6hHakMjktZiXdjHc8f%2BNzSN%2FeZvN1WeantY1O8CJdX05M%2FCL6n3J9vYFSLCDK7cp%2FQm9ckD4G8GQ1K5pMR7B1MwY%2BTOKr1PmrR4lta7ywAStJiNkv%2BedmY%2B9Riym2Yv1OT%2F283eAFDZ%2B2ieO2wHqDhIVDTQJhZWt0zY639aVsHjo55bZRBH9pv4HMK6L9tBOibb8mfHceuDpKOvaSnZBiOv68g875IeM7NPi9KsUEL%2FqVF7pCaCqFLvKFixFPkOCTt6Jq%2FWPLF2FS8FjBp4u%2F5pN6g2uIwzIF4yDgLajL6ZLB9DFElTLBAeqCnPEunNXKJEOhXMGCxYf1%2BEZaymZ6fp8WREC%2BaAkfU%2Bfr3mg88fvYvM661PgpttvYkuw2whXJ7zOCeQb6pngrs24Sop79TzQnrSeUi%2BO0jbxk2ApeliZF3SiclJfhZRNPFgYj2WII6sMRen1faVMNjJN3UbELUtq5ngjcVJAyeuwxI%2B99JYcO89mFTAcaLNp4Zt9%2BhDMHqeRqwzeDR2TqSv%2FHFwOtoDYZqG8PDlSU1HoXd7JUZ14n6F9kwTYsjyQTicccXa2d2i6AQ579gtcGPo4br2CqNK%2FRB3eFb2Jbnc2H%2F33AZ6VM3M3NgIZBb7qG2d4HVq3OTqu5uX8T1PAMT4neiWXseKRHr0GqZy7RCXS7dUcn5n1g%3D%3D&checksum=254406877003ef16f42dbf9142268f6b6f6f4000cddc" }, { "Image Link": "https://i.ebayimg.com/thumbs/images/g/8e0AAOSwQuZb5ThT/s-l225.jpg", "Price": "$10.39", "Product name": "Men's Gym Fitness Muscle Top Tank Tops Custom Sport Bodybuilding Workout Vests", "Products id": 16, "Profile Link": "https://www.ebay.com/itm/Mens-Gym-Fitness-Muscle-Top-Tank-Tops-Custom-Sport-Bodybuilding-Workout-Vests/223224578066?var=522020458531&_trkparms=ispr%3D1&hash=item33f938c012:g:8e0AAOSwQuZb5ThT&enc=AQAEAAACQBPxNw%2BVj6nta7CKEs3N0qWiIndDHRTht90KYiUsXCsXens43sFOhqEx4jsc7l9VIdhFoWSxznSYAd0uOqxlLzuA17QLFvuG%2FtT%2BUQN%2FqjeyikAl9vBmKEpRGU4NJY6DgYWPPW36%2FYxvTxwxs3jgG3xS8Jubv2liD5xD8dC7zZC5o%2BJ8QhyA6a6JPR1gnRlyAiCHgSN9EkL3IX3mUpYSIkjF01CGJxKe4kZAiyK8oq6EsFmjO40XdU7li0g%2FGb9OpMntsNV9ZTbMBoGhYN4iL5v%2FZLJlxm%2BDXYX9lsH0VVdGkeUWQmQw9AVSfrP7cCjtJtViat%2BAigucYQFq3lnZg1yEb6E5xOXgvzV4b7Pm%2BEpMdi6JHtvv7bX0%2FvGp3k6wtCq4XiGIwjHIc9dr8jUVvehvGbNvMabvG%2FX2URBq3JvLCdyCN09ELhiidUvokeiqzx8HolAXltPS4quezqZkPGJi01CyxY0s4a9dKXArtNYkqkpclhmW143aTVC5hz1n8as68P%2FpW%2BXahxRIL61nC9%2FcqAK0RA8XZ4zfoyX3yU%2Bm3SM%2FV4rnNoQyE74630tIw2EoxfBZ66rtVtN1TreGjBC8qRQTaEi%2BlE4JMwIq5UWqLgw8%2BDeFHxbf3Ie3vx%2BNkXx3jswpXlVSvorZ2WZpn5OMLzgkxs6RyJvOmRUZgSjWW4gH5NhG0GJoWZYodCmC11Z78E4bLbogV4UMxwgnNUQqMMve6qXuBOvmuRfOT4Ysi74t89%2BaVlj5yw41s8kASQ%3D%3D&checksum=223224578066ef16f42dbf9142268f6b6f6f4000cddc&enc=AQAEAAACQBPxNw%2BVj6nta7CKEs3N0qWiIndDHRTht90KYiUsXCsXens43sFOhqEx4jsc7l9VIdhFoWSxznSYAd0uOqxlLzuA17QLFvuG%2FtT%2BUQN%2FqjeyikAl9vBmKEpRGU4NJY6DgYWPPW36%2FYxvTxwxs3jgG3xS8Jubv2liD5xD8dC7zZC5o%2BJ8QhyA6a6JPR1gnRlyAiCHgSN9EkL3IX3mUpYSIkjF01CGJxKe4kZAiyK8oq6EsFmjO40XdU7li0g%2FGb9OpMntsNV9ZTbMBoGhYN4iL5v%2FZLJlxm%2BDXYX9lsH0VVdGkeUWQmQw9AVSfrP7cCjtJtViat%2BAigucYQFq3lnZg1yEb6E5xOXgvzV4b7Pm%2BEpMdi6JHtvv7bX0%2FvGp3k6wtCq4XiGIwjHIc9dr8jUVvehvGbNvMabvG%2FX2URBq3JvLCdyCN09ELhiidUvokeiqzx8HolAXltPS4quezqZkPGJi01CyxY0s4a9dKXArtNYkqkpclhmW143aTVC5hz1n8as68P%2FpW%2BXahxRIL61nC9%2FcqAK0RA8XZ4zfoyX3yU%2Bm3SM%2FV4rnNoQyE74630tIw2EoxfBZ66rtVtN1TreGjBC8qRQTaEi%2BlE4JMwIq5UWqLgw8%2BDeFHxbf3Ie3vx%2BNkXx3jswpXlVSvorZ2WZpn5OMLzgkxs6RyJvOmRUZgSjWW4gH5NhG0GJoWZYodCmC11Z78E4bLbogV4UMxwgnNUQqMMve6qXuBOvmuRfOT4Ysi74t89%2BaVlj5yw41s8kASQ%3D%3D&checksum=223224578066ef16f42dbf9142268f6b6f6f4000cddc" }, { "Image Link": "https://i.ebayimg.com/thumbs/images/g/KmoAAOSwQOVdiGLE/s-l225.jpg", "Price": "$10.99", "Product name": "Never Forget Sarcastic Graphic Music T Shirt - Novelty Funny T Shirt Tshirt", "Products id": 17, "Profile Link": "https://www.ebay.com/itm/Never-Forget-Sarcastic-Graphic-Music-T-Shirt-Novelty-Funny-T-Shirt-Tshirt/143316161816?var=442320146252&hash=item215e4f1518:g:KmoAAOSwQOVdiGLE" }, { "Image Link": "https://i.ebayimg.com/thumbs/images/g/VOIAAOSwNptb5pMh/s-l225.jpg", "Price": "$10.69", "Product name": "KPOP StrayKids T-shirt The HYUNJIN Letter Tee CHANGBIN Tshirt SEUNGMIN Tops", "Products id": 18, "Profile Link": "https://www.ebay.com/itm/KPOP-StrayKids-T-shirt-The-HYUNJIN-Letter-Tee-CHANGBIN-Tshirt-SEUNGMIN-Tops/163365676338?var=462660163599&hash=item26095a6532:g:VOIAAOSwNptb5pMh" }, { "Image Link": "https://i.ebayimg.com/thumbs/images/m/mf_4q2kgz9CdhBwCes442Eg/s-l225.jpg", "Price": "$20.69", "Product name": "T-shirt Whatever Men's Blue", "Products id": 19, "Profile Link": "https://www.ebay.com/itm/T-shirt-Whatever-Mens-Blue/123958830256?var=424753989230&hash=item1cdc85a4b0:m:mf_4q2kgz9CdhBwCes442Eg" }, { "Image Link": "https://i.ebayimg.com/thumbs/images/g/Bm4AAOSw-w9du5W9/s-l225.jpg", "Price": "$13.38", "Product name": "Men Bodybuilding T-Shirt Leisure Style Cotton Material In The Gym", "Products id": 20, "Profile Link": "https://www.ebay.com/itm/Men-Bodybuilding-T-Shirt-Leisure-Style-Cotton-Material-In-The-Gym/143428550924?var=442373838520&hash=item216502010c:g:Bm4AAOSw-w9du5W9" }, { "Image Link": "https://i.ebayimg.com/thumbs/images/g/b6sAAOSwhvpdu5kh/s-l225.jpg", "Price": "$13.38", "Product name": "Men's Sports T-Shirt FITNESS Printing Casual Multi-Color Comfort", "Products id": 21, "Profile Link": "https://www.ebay.com/itm/Mens-Sports-T-Shirt-FITNESS-Printing-Casual-Multi-Color-Comfort/143428559494?var=442373853507&hash=item2165022286:g:b6sAAOSwhvpdu5kh" }, { "Image Link": "https://i.ebayimg.com/thumbs/images/g/K1UAAOSw9H5bPnoV/s-l225.jpg", "Price": "$13.26", "Product name": "MIKE TYSON MENS T SHIRT BOXING DESIGN IRON GYM TRAINING TOP", "Products id": 22, "Profile Link": "https://www.ebay.com/itm/MIKE-TYSON-MENS-T-SHIRT-BOXING-DESIGN-IRON-GYM-TRAINING-TOP/253733010438?var=553003297716&hash=item3b13aa7c06:g:K1UAAOSw9H5bPnoV" }, { "Image Link": "https://i.ebayimg.com/thumbs/images/g/uHMAAOSw-0FdOQwN/s-l225.jpg", "Price": "$5.00", "Product name": "Cotton blank round neck short sleeve T-shirt custom casual men's shirts tops", "Products id": 23, "Profile Link": "https://www.ebay.com/itm/Cotton-blank-round-neck-short-sleeve-T-shirt-custom-casual-mens-shirts-tops/312711967969?var=611428980059&hash=item48cf15f4e1:g:uHMAAOSw-0FdOQwN" }, { "Image Link": "https://i.ebayimg.com/thumbs/images/g/ZDAAAOSw2WJdu6bm/s-l225.jpg", "Price": "$11.46", "Product name": "Slim Fit Plain Tops Short Sleeve Crew Neck Shirts T-shirt Muscle Tee Casual Men", "Products id": 24, "Profile Link": "https://www.ebay.com/itm/Slim-Fit-Plain-Tops-Short-Sleeve-Crew-Neck-Shirts-T-shirt-Muscle-Tee-Casual-Men/254406877228?var=554013525771&_trkparms=ispr%3D1&hash=item3b3bd4e02c:g:ZDAAAOSw2WJdu6bm&enc=AQAEAAACQBPxNw%2BVj6nta7CKEs3N0qW4IihubM2Uk92AisaaBm2KUYHi03MEwQ4Oqx0fC2smL1ard%2F6RWY2UcHliZcuiJ4QBjlSbjqg57DwMSqtfGvMMJ%2FyRLQUC7xAeypc%2B9%2BJlKx2hLychI9ozZEnrObyvKNIjZEjttRY8bcF6xx%2BkdTHk3kuHnLPHsAPH4KvDGGTmHAYCmJefblM%2FHW48qjG9oIdGBLCFTayX4fPR1ZlF91GqOr0iVtexDwjSqfbyJ09i3wLorxKlgqH%2FfCNa%2FC0DLN6dDPQCPjdkCy36vDFSZGwX13iOZHE2jDmay2PjntT6wOmPaL0x1o0RJrv%2FpSwf68wa6M%2FTZBmcbt497EyDt2Aha7Bt9%2Ff2yWFTvywa5SvSfe0TDjGh1klpw01qHqnk%2BfC0RgSXnWoZ9gF5VdabvMGv7EgH7ixjD%2FUb28WN%2F114G8i6wp7NZ7rTKYybOL3PxcThCVFuvHuNmQ9%2B3VvWNULNBtlSGpMiOl1mOnnnTnRK6o6BnjaCBPdZ3h1vMIOisuOh9jggzzMBZp%2BQVC1%2FZgDPra%2BR0wZ8Ahv21ct3rwYAzipypYdxvBVxWiwkouhzsPT3ehNpW7ttMkBFOuRY784KDmFsbxih1vtPTU6%2FIECOz%2Btkc0POK9Xq4HCbJ1yGCpFErG4hRjF8X5kfvRjnY1L1gz23TYmMtPMKUNgo1wgoGKTdR20w%2FDfN7G2ZFDwD4nV4jnntaPVDV%2BL%2FnDoiHJYBNzslO63RBawGfSZCqBpbPw%3D%3D&checksum=254406877228ef16f42dbf9142268f6b6f6f4000cddc&enc=AQAEAAACQBPxNw%2BVj6nta7CKEs3N0qW4IihubM2Uk92AisaaBm2KUYHi03MEwQ4Oqx0fC2smL1ard%2F6RWY2UcHliZcuiJ4QBjlSbjqg57DwMSqtfGvMMJ%2FyRLQUC7xAeypc%2B9%2BJlKx2hLychI9ozZEnrObyvKNIjZEjttRY8bcF6xx%2BkdTHk3kuHnLPHsAPH4KvDGGTmHAYCmJefblM%2FHW48qjG9oIdGBLCFTayX4fPR1ZlF91GqOr0iVtexDwjSqfbyJ09i3wLorxKlgqH%2FfCNa%2FC0DLN6dDPQCPjdkCy36vDFSZGwX13iOZHE2jDmay2PjntT6wOmPaL0x1o0RJrv%2FpSwf68wa6M%2FTZBmcbt497EyDt2Aha7Bt9%2Ff2yWFTvywa5SvSfe0TDjGh1klpw01qHqnk%2BfC0RgSXnWoZ9gF5VdabvMGv7EgH7ixjD%2FUb28WN%2F114G8i6wp7NZ7rTKYybOL3PxcThCVFuvHuNmQ9%2B3VvWNULNBtlSGpMiOl1mOnnnTnRK6o6BnjaCBPdZ3h1vMIOisuOh9jggzzMBZp%2BQVC1%2FZgDPra%2BR0wZ8Ahv21ct3rwYAzipypYdxvBVxWiwkouhzsPT3ehNpW7ttMkBFOuRY784KDmFsbxih1vtPTU6%2FIECOz%2Btkc0POK9Xq4HCbJ1yGCpFErG4hRjF8X5kfvRjnY1L1gz23TYmMtPMKUNgo1wgoGKTdR20w%2FDfN7G2ZFDwD4nV4jnntaPVDV%2BL%2FnDoiHJYBNzslO63RBawGfSZCqBpbPw%3D%3D&checksum=254406877228ef16f42dbf9142268f6b6f6f4000cddc" }, { "Image Link": "https://i.ebayimg.com/thumbs/images/g/SJMAAOSwPEddvEKr/s-l225.jpg", "Price": "$18.10", "Product name": "I'm So Freaking Cold T-Shirt Christmas Bear Winter Vibes T-Shirt For Kids Mens", "Products id": 25, "Profile Link": "https://www.ebay.com/itm/Im-So-Freaking-Cold-T-Shirt-Christmas-Bear-Winter-Vibes-T-Shirt-For-Kids-Mens/133225195845?var=432566992381&_trkparms=ispr%3D1&hash=item1f04d72945:g:SJMAAOSwPEddvEKr&enc=AQAEAAACUBPxNw%2BVj6nta7CKEs3N0qW%2FEkIuYjciITHyh%2FdnSrUt9HLrj2REZRU7N5zmluTbMG609noUaXkfMLIiFoV9DkyDcw3yGX9gNBiBt4FBdKme%2BUr6Kx9091368RjGkQ%2BeLiuHVFG6BzC6ukCaqBAWU7FBRnRThR0U2gZIDy7Wt8oVcBwSyt7BkWT%2BAbEIR4pabRwdMwPNISSBL%2B91xGhCTmnq89Yy7BXJu36vswi2id1Zi2f%2FHYR6kQzB1xL8VqojklD22sGJFL%2FlcF5QKFz9vuyJU4ZTocEwWrMfelxvH%2FIfI8NjO7ZNvQlIgVz861vGxEOh%2FhKHn1r0L5Na9YeH3IMGozSzEVOXKYhq3%2BRee%2Fnfp3Yfy%2FlO3RyhfKnlD3RHtETe1%2FnbKRazMIv4cmIVe9CpnBuiFYY7GINO95xf%2BVxvAGdJB7VYU2ZqJaX%2F7pfoXUmp1bZglToh0NsWvTAM%2FmoGH%2FYlWrekZYYfGy%2Bz%2B9vK2CS7CDBtkZ3FdCz2SYg66Hod6VOAIJkMeLZgFSxspcwDLBw2Sn0873r0Fyrvj%2FYx8yT4CGPbBHDyxS1x%2FaWDliyqYOg4Hm2Qz1iSG2KmHiBJY28l9sNK%2B1RMXSMsqwOieqT6%2FNHQzGW%2FsP88xCv6HF2lZMl6xYZPoiGYEBxcZpbDcqLD7fthn7Mbc3fBKnChvf5i1TS1L719dS5sXT7%2BfC%2F2KCJg5XhVjPIkGgToWAM7Lgvq%2Fg%2BSe1aUhlO9G0QwtmzP5YwtfFJGyRM8vMSoJJ9laSg0CZcIkWag9V100II%3D&checksum=133225195845ef16f42dbf9142268f6b6f6f4000cddc&enc=AQAEAAACUBPxNw%2BVj6nta7CKEs3N0qW%2FEkIuYjciITHyh%2FdnSrUt9HLrj2REZRU7N5zmluTbMG609noUaXkfMLIiFoV9DkyDcw3yGX9gNBiBt4FBdKme%2BUr6Kx9091368RjGkQ%2BeLiuHVFG6BzC6ukCaqBAWU7FBRnRThR0U2gZIDy7Wt8oVcBwSyt7BkWT%2BAbEIR4pabRwdMwPNISSBL%2B91xGhCTmnq89Yy7BXJu36vswi2id1Zi2f%2FHYR6kQzB1xL8VqojklD22sGJFL%2FlcF5QKFz9vuyJU4ZTocEwWrMfelxvH%2FIfI8NjO7ZNvQlIgVz861vGxEOh%2FhKHn1r0L5Na9YeH3IMGozSzEVOXKYhq3%2BRee%2Fnfp3Yfy%2FlO3RyhfKnlD3RHtETe1%2FnbKRazMIv4cmIVe9CpnBuiFYY7GINO95xf%2BVxvAGdJB7VYU2ZqJaX%2F7pfoXUmp1bZglToh0NsWvTAM%2FmoGH%2FYlWrekZYYfGy%2Bz%2B9vK2CS7CDBtkZ3FdCz2SYg66Hod6VOAIJkMeLZgFSxspcwDLBw2Sn0873r0Fyrvj%2FYx8yT4CGPbBHDyxS1x%2FaWDliyqYOg4Hm2Qz1iSG2KmHiBJY28l9sNK%2B1RMXSMsqwOieqT6%2FNHQzGW%2FsP88xCv6HF2lZMl6xYZPoiGYEBxcZpbDcqLD7fthn7Mbc3fBKnChvf5i1TS1L719dS5sXT7%2BfC%2F2KCJg5XhVjPIkGgToWAM7Lgvq%2Fg%2BSe1aUhlO9G0QwtmzP5YwtfFJGyRM8vMSoJJ9laSg0CZcIkWag9V100II%3D&checksum=133225195845ef16f42dbf9142268f6b6f6f4000cddc" }, { "Image Link": "https://i.ebayimg.com/thumbs/images/g/qEIAAOSwDtFdt36-/s-l225.jpg", "Price": "$0.99", "Product name": "NWT MENS RALPH LAUREN POLO L/S SLIM T-SHIRT~BLUE~SZ LRG", "Products id": 26, "Profile Link": "https://www.ebay.com/itm/NWT-MENS-RALPH-LAUREN-POLO-L-S-SLIM-T-SHIRT-BLUE-SZ-LRG/383244752773?hash=item593b2ad785:g:qEIAAOSwDtFdt36-" }, { "Image Link": "https://i.ebayimg.com/thumbs/images/g/VdsAAOSwoSldu5mK/s-l225.jpg", "Price": "$13.38", "Product name": "Men's Muscle Training T-Shirt Printing Leisure Multi-color Coat", "Products id": 27, "Profile Link": "https://www.ebay.com/itm/Mens-Muscle-Training-T-Shirt-Printing-Leisure-Multi-color-Coat/143428560581?var=442373855370&hash=item21650226c5:g:VdsAAOSwoSldu5mK" }, { "Image Link": "https://i.ebayimg.com/thumbs/images/g/A5IAAOSw08ddu2AK/s-l225.jpg", "Price": "$12.93", "Product name": "DISNEYLAND NAVY BLUE T-SHIRT - Size Medium", "Products id": 28, "Profile Link": "https://www.ebay.com/itm/DISNEYLAND-NAVY-BLUE-T-SHIRT-Size-Medium/312826389337?hash=item48d5e7e359:g:A5IAAOSw08ddu2AK" }, { "Image Link": "https://i.ebayimg.com/thumbs/images/g/43cAAOSw5S9blYwI/s-l225.jpg", "Price": "$12.62", "Product name": "Spartan Helmet MENS T-shirt bodybuilding mma gym fitness training workout top", "Products id": 29, "Profile Link": "https://www.ebay.com/itm/Spartan-Helmet-MENS-T-shirt-bodybuilding-mma-gym-fitness-training-workout-top/253860823656?var=553154737886&hash=item3b1b48c268:g:43cAAOSw5S9blYwI" }, { "Image Link": "https://i.ebayimg.com/thumbs/images/g/L94AAOSw09pdu7jZ/s-l225.jpg", "Price": "$14.99", "Product name": "Hurley Mens T-Shirt Navy Blue Size XL Graphic Print Crewneck Short-Sleeve 271", "Products id": 30, "Profile Link": "https://www.ebay.com/itm/Hurley-Mens-T-Shirt-Navy-Blue-Size-XL-Graphic-Print-Crewneck-Short-Sleeve-271/401942001193?hash=item5d959c3629:g:L94AAOSw09pdu7jZ" }, { "Image Link": "https://i.ebayimg.com/thumbs/images/g/shwAAOSw6kxXH3k3/s-l225.jpg", "Price": "$20.12", "Product name": "Campagnolo Delta Brakes T shirt Design", "Products id": 31, "Profile Link": "https://www.ebay.com/itm/Campagnolo-Delta-Brakes-T-shirt-Design/281952072852?var=580923211425&hash=item41a5a73494:g:shwAAOSw6kxXH3k3" }, { "Image Link": "https://i.ebayimg.com/thumbs/images/g/AeMAAOSwfcNduxsn/s-l225.jpg", "Price": "$22.00", "Product name": "Basketball Mom - T Shirt - Vintage - Tees - Cool Shirts - Sports Fan - Gear", "Products id": 32, "Profile Link": "https://www.ebay.com/itm/Basketball-Mom-T-Shirt-Vintage-Tees-Cool-Shirts-Sports-Fan-Gear/264517233353?var=564234598448&hash=item3d9674aac9:g:AeMAAOSwfcNduxsn" }, { "Image Link": "https://i.ebayimg.com/thumbs/images/m/m9TjwfZTzqL2vbrPCId8wPg/s-l225.jpg", "Price": "$20.69", "Product name": "Sum 41 'Blue Demon' T shirt - NEW", "Products id": 33, "Profile Link": "https://www.ebay.com/itm/Sum-41-Blue-Demon-T-shirt-NEW/153706898096?var=453722256766&hash=item23c9a522b0:m:m9TjwfZTzqL2vbrPCId8wPg" }, { "Image Link": "https://i.ebayimg.com/thumbs/images/g/QdcAAOSw7SxdjCIN/s-l225.jpg", "Price": "$5.06", "Product name": "Cotton Mens Polo T-Shirts Summer Casual Short Sleeve Shirt M~3XL 8 Colors", "Products id": 34, "Profile Link": "https://www.ebay.com/itm/Cotton-Mens-Polo-T-Shirts-Summer-Casual-Short-Sleeve-Shirt-M-3XL-8-Colors/293248588540?var=592108174315&hash=item4446fa5afc:g:QdcAAOSw7SxdjCIN" }, { "Image Link": "https://i.ebayimg.com/thumbs/images/g/Sf0AAOSwEcxdCgju/s-l225.jpg", "Price": "$7.98", "Product name": "Plus Size Mens Polo Shirt Jersey T-Shirt Short Sleeve Slim Fit S\u2014XXXXXL", "Products id": 35, "Profile Link": "https://www.ebay.com/itm/Plus-Size-Mens-Polo-Shirt-Jersey-T-Shirt-Short-Sleeve-Slim-Fit-S-XXXXXL/233262258766?var=532762868476&hash=item364f839a4e:g:Sf0AAOSwEcxdCgju" }, { "Image Link": "https://i.ebayimg.com/thumbs/images/g/5ksAAOSwY8tdu5rJ/s-l225.jpg", "Price": "$13.38", "Product name": "Men's Sport Short-Sleeved T-Shirt Fashion Casual Breathable Comfortable ", "Products id": 36, "Profile Link": "https://www.ebay.com/itm/Mens-Sport-Short-Sleeved-T-Shirt-Fashion-Casual-Breathable-Comfortable/143428562504?var=442373857971&hash=item2165022e48:g:5ksAAOSwY8tdu5rJ" }, { "Image Link": "https://i.ebayimg.com/thumbs/images/g/CdAAAOSwgGJdu7f5/s-l225.jpg", "Price": "$12.99", "Product name": "Ideology Mens T-Shirt Blue Size XL Colorblock Hooded French-Terry $35 148", "Products id": 37, "Profile Link": "https://www.ebay.com/itm/Ideology-Mens-T-Shirt-Blue-Size-XL-Colorblock-Hooded-French-Terry-35-148/372824507149?hash=item56ce12830d:g:CdAAAOSwgGJdu7f5" }, { "Image Link": "https://i.ebayimg.com/thumbs/images/g/m1oAAOSw5YlcI0US/s-l225.jpg", "Price": "$8.99", "Product name": "Fashion Men's Funny Skull 3D Print T-Shirt Casual Short Sleeve Tops Tee S-4XL", "Products id": 38, "Profile Link": "https://www.ebay.com/itm/Fashion-Mens-Funny-Skull-3D-Print-T-Shirt-Casual-Short-Sleeve-Tops-Tee-S-4XL/192671029074?var=492913712683&hash=item2cdc169752:g:m1oAAOSw5YlcI0US" }, { "Image Link": "https://i.ebayimg.com/thumbs/images/g/kNAAAOSwWz1du6cD/s-l225.jpg", "Price": "$10.07", "Product name": "Blouse Gym Men's Bodybuilding Hoodie Tank Top Muscle Fittness Shirt Athletic", "Products id": 39, "Profile Link": "https://www.ebay.com/itm/Blouse-Gym-Mens-Bodybuilding-Hoodie-Tank-Top-Muscle-Fittness-Shirt-Athletic/254406876828?var=554013524421&_trkparms=ispr%3D1&hash=item3b3bd4de9c:g:kNAAAOSwWz1du6cD&enc=AQAEAAACQBPxNw%2BVj6nta7CKEs3N0qVM4HxG%2BEkh2%2FWiQTNX1xGmml4qeZMY8Slls%2Fz2vcT3mzktQ6viurRGKEQdUMbhVyJBrJ3Z3QvcE4VPKrcbkEAdRcMVJGYBIGOyP%2B8NDlVwJ66diLXY7IzSlW%2FiTmmkwS6a72PtvI9gu%2FfgJCosf5JtXwZlzfp975zHa4oVW2pNJfQURdFewZ7hhhjqGtWc765DJvRL5syHSOIMJ5veCD5gH8GcOSo%2FuaGjVaLU%2BJLtR7DeN5wUFn%2FRAe0gBzfZLJ%2FzMT69Vy9KepujuUztmUPtwJO65f8z2ABx902N21zfK5rPxXjIHOMr964Y57ZhBIMWxhAuuIIDdQ61ShM2DeSy%2B5tub5Ok8%2BHIBtnNHAVLOOHnN7wOuf80nvhAJJYhAhe1w9pMvC63SuvqTecfZve0JpgKIQjIRu3XMwdQX5nG%2FMW6OBCE8sVggV0PHD%2FGCzlU8Iy1dQDkDbA8oogzxSl4%2F5%2ByGFnpIHBfgA9KrIbAmX1ehHz6UuY6a2ZceFtwRd9fw9LUi73lhV%2F1I8oQEmPD6xTB5L%2Fj4R9MVxl%2F4YZLwpM3VZo8RD4EzTum8j9RnaPMwWXmN2u2a9jfI%2BQyQVCuVICbhqkK%2Bb3j3fJtlgZ%2BHo6hSqMgC5NYJhWOsssqrGCSnK8smWAof9%2BhyFNmWRC9YClknfHEiDKH4mIquLe2Q%2B3vWhT84lATextpECM2Q1r7%2Bkz3ThhvYLvs4nKRd8NBrGomPBKJByFcf87nWkjuSA%3D%3D&checksum=254406876828ef16f42dbf9142268f6b6f6f4000cddc&enc=AQAEAAACQBPxNw%2BVj6nta7CKEs3N0qVM4HxG%2BEkh2%2FWiQTNX1xGmml4qeZMY8Slls%2Fz2vcT3mzktQ6viurRGKEQdUMbhVyJBrJ3Z3QvcE4VPKrcbkEAdRcMVJGYBIGOyP%2B8NDlVwJ66diLXY7IzSlW%2FiTmmkwS6a72PtvI9gu%2FfgJCosf5JtXwZlzfp975zHa4oVW2pNJfQURdFewZ7hhhjqGtWc765DJvRL5syHSOIMJ5veCD5gH8GcOSo%2FuaGjVaLU%2BJLtR7DeN5wUFn%2FRAe0gBzfZLJ%2FzMT69Vy9KepujuUztmUPtwJO65f8z2ABx902N21zfK5rPxXjIHOMr964Y57ZhBIMWxhAuuIIDdQ61ShM2DeSy%2B5tub5Ok8%2BHIBtnNHAVLOOHnN7wOuf80nvhAJJYhAhe1w9pMvC63SuvqTecfZve0JpgKIQjIRu3XMwdQX5nG%2FMW6OBCE8sVggV0PHD%2FGCzlU8Iy1dQDkDbA8oogzxSl4%2F5%2ByGFnpIHBfgA9KrIbAmX1ehHz6UuY6a2ZceFtwRd9fw9LUi73lhV%2F1I8oQEmPD6xTB5L%2Fj4R9MVxl%2F4YZLwpM3VZo8RD4EzTum8j9RnaPMwWXmN2u2a9jfI%2BQyQVCuVICbhqkK%2Bb3j3fJtlgZ%2BHo6hSqMgC5NYJhWOsssqrGCSnK8smWAof9%2BhyFNmWRC9YClknfHEiDKH4mIquLe2Q%2B3vWhT84lATextpECM2Q1r7%2Bkz3ThhvYLvs4nKRd8NBrGomPBKJByFcf87nWkjuSA%3D%3D&checksum=254406876828ef16f42dbf9142268f6b6f6f4000cddc" }, { "Image Link": "https://i.ebayimg.com/thumbs/images/g/FPYAAOSwzvhdu2k3/s-l225.jpg", "Price": "$17.19", "Product name": "New Fashion Casual Striped Shirt Autumn Long Sleeve T-shirt Basic Tee S-3XL NY", "Products id": 40, "Profile Link": "https://www.ebay.com/itm/New-Fashion-Casual-Striped-Shirt-Autumn-Long-Sleeve-T-shirt-Basic-Tee-S-3XL-NY/264517552429?var=564235131708&_trkparms=ispr%3D1&hash=item3d9679892d:g:FPYAAOSwzvhdu2k3&enc=AQAEAAACQBPxNw%2BVj6nta7CKEs3N0qWhiBiGp5BuvURPD5753Bv08%2F8b39ADZnR5V%2FlQ8q5OV369NhSsCsRGhS9cvoZ8sQ9pZrpZW5%2BFMh6cWFsb7u%2FQiC6STmB7XJlWHtz4BQLFFJwqGH1Z8uo%2FtGJXGn171NnM6qr6b6L66Zh9jJk5VXZYB%2BBybwIDAiz3H54tt6C%2BrQInxqJORMOBxcg7NlVlTYayEyPFChzij1VlXw9SkpJKNFbJWkbcZYgmk1NUmfnoZmecN8WZ%2FMNtagmS%2FL%2B4yB8jOo6qWyQ6nxVG0VkfHGO1hsLGPLrx1Wh0%2FGwzD%2FZnoCKAc0QC4lZQnm2Ixy6qY9EJ2Flo37TCoEh5dSMJoT4gePAMZWPWA79GEWuxSL8idKhoCEeFNDNdOop%2BjFUlDGfuGiSGujttv6POoVtUua8pP%2BQ3tCdDeFCeGcVE4RawZ%2BXNsbrm3%2Bhezzrguxv%2FHT479M9gILQCUfnh5WP4I9gL7Z2kYyl2BMWXumj9MP3ae7wglZKJtozEE6lsM5kkPpRcYtl78TLLyH5IXa%2FQKRuySvZMS2edb9RKtyDqviM2TuA4x8Bc0rYLF4Y4CTy3XfWqie7z1HiXa%2FOofxmkFRTD47LhjhEHJL%2Fm1clokpfSYuLwzKvEfq5FdDgv4PHkmDskHMSzwfaEJtcX%2FdfRq0OJOk%2F2A6EQ9hmd3Zt%2BB9OITtYGrxhFQLCldxQ%2BbGMmKBl8nxm4oTc7DjxdIzUCtHyevpxO%2BOksZf1J%2BTFjPkJCtg%3D%3D&checksum=264517552429ef16f42dbf9142268f6b6f6f4000cddc&enc=AQAEAAACQBPxNw%2BVj6nta7CKEs3N0qWhiBiGp5BuvURPD5753Bv08%2F8b39ADZnR5V%2FlQ8q5OV369NhSsCsRGhS9cvoZ8sQ9pZrpZW5%2BFMh6cWFsb7u%2FQiC6STmB7XJlWHtz4BQLFFJwqGH1Z8uo%2FtGJXGn171NnM6qr6b6L66Zh9jJk5VXZYB%2BBybwIDAiz3H54tt6C%2BrQInxqJORMOBxcg7NlVlTYayEyPFChzij1VlXw9SkpJKNFbJWkbcZYgmk1NUmfnoZmecN8WZ%2FMNtagmS%2FL%2B4yB8jOo6qWyQ6nxVG0VkfHGO1hsLGPLrx1Wh0%2FGwzD%2FZnoCKAc0QC4lZQnm2Ixy6qY9EJ2Flo37TCoEh5dSMJoT4gePAMZWPWA79GEWuxSL8idKhoCEeFNDNdOop%2BjFUlDGfuGiSGujttv6POoVtUua8pP%2BQ3tCdDeFCeGcVE4RawZ%2BXNsbrm3%2Bhezzrguxv%2FHT479M9gILQCUfnh5WP4I9gL7Z2kYyl2BMWXumj9MP3ae7wglZKJtozEE6lsM5kkPpRcYtl78TLLyH5IXa%2FQKRuySvZMS2edb9RKtyDqviM2TuA4x8Bc0rYLF4Y4CTy3XfWqie7z1HiXa%2FOofxmkFRTD47LhjhEHJL%2Fm1clokpfSYuLwzKvEfq5FdDgv4PHkmDskHMSzwfaEJtcX%2FdfRq0OJOk%2F2A6EQ9hmd3Zt%2BB9OITtYGrxhFQLCldxQ%2BbGMmKBl8nxm4oTc7DjxdIzUCtHyevpxO%2BOksZf1J%2BTFjPkJCtg%3D%3D&checksum=264517552429ef16f42dbf9142268f6b6f6f4000cddc" }, { "Image Link": "https://i.ebayimg.com/thumbs/images/g/YJoAAOSwbCVc5tEU/s-l225.jpg", "Price": "$9.99", "Product name": "Sol Angeles T-shirt size S Small Light blue Soft Short sleeve V neck Tee Mens", "Products id": 41, "Profile Link": "https://www.ebay.com/itm/Sol-Angeles-T-shirt-size-S-Small-Light-blue-Soft-Short-sleeve-V-neck-Tee-Mens/392510633315?hash=item5b6374f563:g:YJoAAOSwbCVc5tEU" }, { "Image Link": "https://i.ebayimg.com/thumbs/images/g/a4cAAOSw6Kpc7NeY/s-l225.jpg", "Price": "$7.83", "Product name": "NASA T Shirt Men's Space Astronaut Tee Cotton Short Sleeve Top Shirts", "Products id": 42, "Profile Link": "https://www.ebay.com/itm/NASA-T-Shirt-Mens-Space-Astronaut-Tee-Cotton-Short-Sleeve-Top-Shirts/163656506211?var=463107637111&hash=item261ab01b63:g:a4cAAOSw6Kpc7NeY" }, { "Image Link": "https://i.ebayimg.com/thumbs/images/m/mp-gD-BukZjJGbFdgQspPpQ/s-l225.jpg", "Price": "$15.61", "Product name": "Evil vegan t-shirt-new", "Products id": 43, "Profile Link": "https://www.ebay.com/itm/Evil-Vegan-T-Shirt-New/302243562893?var=601085544926&hash=item465f1ec58d:m:mp-gD-BukZjJGbFdgQspPpQ" }, { "Image Link": "https://i.ebayimg.com/thumbs/images/g/7ukAAOSwlkhdu5rG/s-l225.jpg", "Price": "$13.38", "Product name": "Explosive Men's Sport Printed Casual Short-Sleeved Clothes T-Shirt", "Products id": 44, "Profile Link": "https://www.ebay.com/itm/Explosive-Mens-Sport-Printed-Casual-Short-Sleeved-Clothes-T-Shirt/143428562489?var=442373857929&hash=item2165022e39:g:7ukAAOSwlkhdu5rG" }, { "Image Link": "https://i.ebayimg.com/thumbs/images/g/XnMAAOSwyWddHh6Q/s-l225.jpg", "Price": "$5.99", "Product name": "South Pole T Shirt Black and Blue Size 3XB ", "Products id": 45, "Profile Link": "https://www.ebay.com/itm/South-Pole-T-Shirt-Black-and-Blue-Size-3XB/153706747076?hash=item23c9a2d4c4:g:XnMAAOSwyWddHh6Q" }, { "Image Link": "https://i.ebayimg.com/thumbs/images/g/gDYAAOSwHnJb29Ll/s-l225.jpg", "Price": "$20.00", "Product name": "CERWIN VEGA T-SHIRT", "Products id": 46, "Profile Link": "https://www.ebay.com/itm/CERWIN-VEGA-T-SHIRT/183430007154?var=690857915798&hash=item2ab547c972:g:gDYAAOSwHnJb29Ll" }, { "Image Link": "https://i.ebayimg.com/thumbs/images/g/W~8AAOSwvJVduzw-/s-l225.jpg", "Price": "$19.99", "Product name": "HOLLEY EQUIPPED T-SHIRT", "Products id": 47, "Profile Link": "https://www.ebay.com/itm/HOLLEY-EQUIPPED-T-SHIRT/193156345173?var=493375830515&hash=item2cf903ed55:g:W~8AAOSwvJVduzw-" }, { "Image Link": "https://i.ebayimg.com/thumbs/images/g/aREAAOSw61Fbulql/s-l225.jpg", "Price": "$11.01", "Product name": "Che Guevara T Shirt SCREEN PRINTED Mens baseball S-3XL retro", "Products id": 48, "Profile Link": "https://www.ebay.com/itm/Che-Guevara-T-Shirt-SCREEN-PRINTED-Mens-baseball-S-3XL-retro/264426716586?var=564076224173&hash=item3d910f7daa:g:aREAAOSw61Fbulql" }, { "Image Link": "https://i.ebayimg.com/thumbs/images/g/578AAOSwbF1braAD/s-l225.jpg", "Price": "$7.89", "Product name": "Men's Short Sleeve T-shirt Camouflage Compression Fitness Clothing Round Shirts", "Products id": 49, "Profile Link": "https://www.ebay.com/itm/Mens-Short-Sleeve-T-shirt-Camouflage-Compression-Fitness-Clothing-Round-Shirts/232944066914?var=532464877716&hash=item363c8c6162:g:578AAOSwbF1braAD" }, { "Image Link": "https://i.ebayimg.com/thumbs/images/g/xF8AAOSw~Dpdu5q7/s-l225.jpg", "Price": "$13.38", "Product name": "Personalized Fitness Cotton Casual Half Sleeve Short-Sleeved T-Shirt Male", "Products id": 50, "Profile Link": "https://www.ebay.com/itm/Personalized-Fitness-Cotton-Casual-Half-Sleeve-Short-Sleeved-T-Shirt-Male/143428562456?var=442373857842&hash=item2165022e18:g:xF8AAOSw~Dpdu5q7" }, { "Image Link": "https://i.ebayimg.com/thumbs/images/g/rhMAAOSwbm9duxMU/s-l225.jpg", "Price": "$12.99", "Product name": "M Everyday Short Sleeve Running Crewneck T-Shirt Men's XL Comfort Athletic", "Products id": 51, "Profile Link": "https://www.ebay.com/itm/M-Everyday-Short-Sleeve-Running-Crewneck-T-Shirt-Mens-XL-Comfort-Athletic/113943889717?var=414231127591&hash=item1a8795c735:g:rhMAAOSwbm9duxMU" }, { "Image Link": "https://i.ebayimg.com/thumbs/images/g/YWMAAOSwkhNarQdD/s-l225.jpg", "Price": "$13.00", "Product name": "T shirt t-shirt WRANGLER jeep rubicon off-road 4x4 grand cherokee", "Products id": 52, "Profile Link": "https://www.ebay.com/itm/T-shirt-t-shirt-WRANGLER-jeep-rubicon-off-road-4x4-grand-cherokee/323150237218?var=512245594078&hash=item4b3d414e22:g:YWMAAOSwkhNarQdD" }, { "Image Link": "https://i.ebayimg.com/thumbs/images/g/JP0AAOSwrxVdu5jj/s-l225.jpg", "Price": "$13.38", "Product name": "Men's Fitness Short Sleeve Regular Casual Top Short Sleeve T-Shirt", "Products id": 53, "Profile Link": "https://www.ebay.com/itm/Mens-Fitness-Short-Sleeve-Regular-Casual-Top-Short-Sleeve-T-Shirt/143428558576?var=442373851762&hash=item2165021ef0:g:JP0AAOSwrxVdu5jj" }, { "Image Link": "https://i.ebayimg.com/thumbs/images/g/ESAAAOSwe4hdu0MF/s-l225.jpg", "Price": "$11.63", "Product name": "PRETTY GREEN SUPERB NAVY BLUE T-SHIRT TEE TOP - SIZE S SMALL", "Products id": 54, "Profile Link": "https://www.ebay.com/itm/PRETTY-GREEN-SUPERB-NAVY-BLUE-T-SHIRT-TEE-TOP-SIZE-S-SMALL/264517406191?hash=item3d96774def:g:ESAAAOSwe4hdu0MF" }, { "Image Link": "https://i.ebayimg.com/thumbs/images/m/mSgFgYClCsP0pcDHeTJvVpA/s-l225.jpg", "Price": "$15.61", "Product name": "Vegan Power T-Shirt-NEW", "Products id": 55, "Profile Link": "https://www.ebay.com/itm/Vegan-Power-T-Shirt-New/302243260180?var=601085289286&hash=item465f1a2714:m:mSgFgYClCsP0pcDHeTJvVpA" }, { "Image Link": "https://i.ebayimg.com/thumbs/images/g/G1AAAOSwYRtbogCB/s-l225.jpg", "Price": "$14.24", "Product name": "Fashion Men's Slim Fit O Neck Long Sleeve Muscle Tee T-shirt Casual Tops Blouse", "Products id": 56, "Profile Link": "https://www.ebay.com/itm/Fashion-Mens-Slim-Fit-O-Neck-Long-Sleeve-Muscle-Tee-T-shirt-Casual-Tops-Blouse/173543536609?var=472229023896&hash=item28680037e1:g:G1AAAOSwYRtbogCB" }, { "Image Link": "https://i.ebayimg.com/thumbs/images/g/FE0AAOSw5LVdeIo9/s-l225.jpg", "Price": "$9.99", "Product name": "Tom Selleck Blue Bloods Mens T Shirt", "Products id": 57, "Profile Link": "https://www.ebay.com/itm/Tom-Selleck-Blue-Bloods-Mens-T-Shirt/352785920892?hash=item5223adf37c:g:FE0AAOSw5LVdeIo9" }, { "Image Link": "https://i.ebayimg.com/thumbs/images/g/O0cAAOSw-w9doLaz/s-l225.jpg", "Price": "$12.00", "Product name": "OAKLEY Men's T-shirt BLUE, size Large Excellent USED condition,Reflective print", "Products id": 58, "Profile Link": "https://www.ebay.com/itm/OAKLEY-Mens-T-shirt-BLUE-size-Large-Excellent-USED-condition-Reflective-print/254407545041?hash=item3b3bdf10d1:g:O0cAAOSw-w9doLaz" }, { "Image Link": "https://i.ebayimg.com/thumbs/images/g/0Q8AAOSwjKpc7iRI/s-l225.jpg", "Price": "$5.17", "Product name": "Mens Breathable T Shirt Quick Dry Athletic Wicking Cool Running Gym Sports Tops", "Products id": 59, "Profile Link": "https://www.ebay.com/itm/Mens-Breathable-T-Shirt-Quick-Dry-Athletic-Wicking-Cool-Running-Gym-Sports-Tops/163711007432?var=463208650793&hash=item261defbac8:g:0Q8AAOSwjKpc7iRI" }, { "Image Link": "https://i.ebayimg.com/thumbs/images/g/HpsAAOSw0AldW5-3/s-l225.jpg", "Price": "$13.49", "Product name": "Men's Slim Fit O Neck Pullover Long Sleeve Muscle Tee T-shirt Casual Tops Blouse", "Products id": 60, "Profile Link": "https://www.ebay.com/itm/Mens-Slim-Fit-O-Neck-Pullover-Long-Sleeve-Muscle-Tee-T-shirt-Casual-Tops-Blouse/254335636299?var=553874561492&_trkparms=ispr%3D1&hash=item3b3795d34b:g:HpsAAOSw0AldW5-3&enc=AQAEAAACQBPxNw%2BVj6nta7CKEs3N0qWXk0suToEUPOfdA3rh%2FFMOJvEZ8U0HqyqH7fkuEWpNspRjfVmdBdmvLZQtRfei0xlBQrSzO9a5idkkWk9CnWWiD5lZQf7lykbV%2F8baIyB6hE3P3s1T83REraKgaI%2Bgd%2BiIE01WF45ySbL6zP%2Bjm2q3FPq65Vm1xeavDv4u741yUNiFfvfgskJ0rWepnzihEXdnp9K45rwPUTjb%2BOttVIFfycJV5WEdqH0L%2BK5bSY3kvDqCYZ%2Fc6hJHltW%2BdNwFaSTGBH%2BDCrVPl0BnNcxSyL%2FTXZ%2FdJPi%2B3vSqcSKy0uldTfi8iOEOX2VpZFUcjebnKcTm7Oyf3fNNVmbAwWSyndwgjFzx95T9qXErVi5inWLOUcwtQj%2BxKy2N4sIuZcj9c2LXx6fIMsdMNhdkN9h8Wed4HaybuThp2alAToTYr97bwIUKPl3KGGzTiwwajmbzGOrbKyjIuvmQfoX1Bi3O1JNVOUlOB6bSMV%2BG9elpJxUXvHin72UPgKpgVIZc0ibaQ8SFkyaOyy4QWmfsKxODpYp0ZXlw9b2QYhe2XzIQHKiCCXyhHNd1Pv6o9Dwd7cLS6QVoBHIjd1O7BZAET%2BZY%2FPJ3ugLlptiwSysKlOaryS%2FmOZy4yE8moxTgvbb88YluoNbPOqumk5P4LoKmr4ng9zDnZWczmiVFVt7idEm2%2BpA1nAZk0D3E26a5ktHCjAMAZK%2FQQWAbUSg5B29h0Cj3ZDoU0iplZkZtoFaZ0l%2B89PmHcQ%3D%3D&checksum=254335636299ef16f42dbf9142268f6b6f6f4000cddc&enc=AQAEAAACQBPxNw%2BVj6nta7CKEs3N0qWXk0suToEUPOfdA3rh%2FFMOJvEZ8U0HqyqH7fkuEWpNspRjfVmdBdmvLZQtRfei0xlBQrSzO9a5idkkWk9CnWWiD5lZQf7lykbV%2F8baIyB6hE3P3s1T83REraKgaI%2Bgd%2BiIE01WF45ySbL6zP%2Bjm2q3FPq65Vm1xeavDv4u741yUNiFfvfgskJ0rWepnzihEXdnp9K45rwPUTjb%2BOttVIFfycJV5WEdqH0L%2BK5bSY3kvDqCYZ%2Fc6hJHltW%2BdNwFaSTGBH%2BDCrVPl0BnNcxSyL%2FTXZ%2FdJPi%2B3vSqcSKy0uldTfi8iOEOX2VpZFUcjebnKcTm7Oyf3fNNVmbAwWSyndwgjFzx95T9qXErVi5inWLOUcwtQj%2BxKy2N4sIuZcj9c2LXx6fIMsdMNhdkN9h8Wed4HaybuThp2alAToTYr97bwIUKPl3KGGzTiwwajmbzGOrbKyjIuvmQfoX1Bi3O1JNVOUlOB6bSMV%2BG9elpJxUXvHin72UPgKpgVIZc0ibaQ8SFkyaOyy4QWmfsKxODpYp0ZXlw9b2QYhe2XzIQHKiCCXyhHNd1Pv6o9Dwd7cLS6QVoBHIjd1O7BZAET%2BZY%2FPJ3ugLlptiwSysKlOaryS%2FmOZy4yE8moxTgvbb88YluoNbPOqumk5P4LoKmr4ng9zDnZWczmiVFVt7idEm2%2BpA1nAZk0D3E26a5ktHCjAMAZK%2FQQWAbUSg5B29h0Cj3ZDoU0iplZkZtoFaZ0l%2B89PmHcQ%3D%3D&checksum=254335636299ef16f42dbf9142268f6b6f6f4000cddc" }, { "Image Link": "https://i.ebayimg.com/thumbs/images/g/icgAAOSwGbhdurRJ/s-l225.jpg", "Price": "$19.40", "Product name": "Tractor Meaning T Shirt Mens Top farmer farm farming agriculture agricultural ", "Products id": 61, "Profile Link": "https://www.ebay.com/itm/Tractor-Meaning-T-Shirt-Mens-Top-farmer-farm-farming-agriculture-agricultural/383242482257?var=651760715449&_trkparms=ispr%3D1&hash=item593b083251:g:icgAAOSwGbhdurRJ&enc=AQAEAAACUBPxNw%2BVj6nta7CKEs3N0qVLQcGXue6nS%2FjbWoyc3FVB5TGVc3oaMW9eOzYqKnp8I2ZkU8bwTZOjdA7ZHp%2BRN3laWSXt8Z3tyHtWfNJsxKvp1YMbTKmxPNTWMkZPKJZCXb%2FJi8kjulkmkqqV9iHCuBJx0m9S0oCtVjz6CkjuKJxBiQzKRV2%2FSjmCekeDBA%2BEjdAYnnzl0O00hvgRnMLj2poHBLPsDox7ec4v8Bi3Iptwv8QpBkTxiqjgugX1EtRscZTBlO1IIYkmLbyqy0NYVgtUluZ8c1jXuRJplycR8TJGxlALq%2FyMaC39%2FeY1peXBYttSYsq3e%2BM3pewO8wF7%2BP0LicUTPGKtKHCxcR78O%2Fq2f8rjTzY%2FTIoi7ic0akS51s67QDxW8RgQneGKrHWmfGR4DN%2ByFQlciMV9MUF5MJ%2B%2Fe0TYZnphnvQG1ypI%2BeTbkQ6AH3SMzaKJV7tP08NWJj83Mpz9b5DzMYZEO%2FNfhAnDGJcGGm2ULrcRJOy3bu%2BoTdmtnIuhXyQa5NickMGsTjE76ssaXxelMvYyp9pqKlsH9LBhLG5tGSRZ22hY%2Fk%2FxngItDuvXXeAABleEzG%2BjXKt6lGS6vpAYkDQX%2BdX6dvQvU3E0PLoexwEeKQ0v8E6kgk7rZBVF0r9lK2ptPjY2a%2FbR6fJA2vzhhDpVTLG7KX4pI43m5qrF%2FcFZaAf6lDuCc4joSvky39sSGct5vr5HOXvm8cWckgwZfpPK6VP%2BrNlGRfxSfpVKrGnWX%2BTXfiHraIdECGCZ1IjLeQJ6El6VGHY%3D&checksum=383242482257ef16f42dbf9142268f6b6f6f4000cddc&enc=AQAEAAACUBPxNw%2BVj6nta7CKEs3N0qVLQcGXue6nS%2FjbWoyc3FVB5TGVc3oaMW9eOzYqKnp8I2ZkU8bwTZOjdA7ZHp%2BRN3laWSXt8Z3tyHtWfNJsxKvp1YMbTKmxPNTWMkZPKJZCXb%2FJi8kjulkmkqqV9iHCuBJx0m9S0oCtVjz6CkjuKJxBiQzKRV2%2FSjmCekeDBA%2BEjdAYnnzl0O00hvgRnMLj2poHBLPsDox7ec4v8Bi3Iptwv8QpBkTxiqjgugX1EtRscZTBlO1IIYkmLbyqy0NYVgtUluZ8c1jXuRJplycR8TJGxlALq%2FyMaC39%2FeY1peXBYttSYsq3e%2BM3pewO8wF7%2BP0LicUTPGKtKHCxcR78O%2Fq2f8rjTzY%2FTIoi7ic0akS51s67QDxW8RgQneGKrHWmfGR4DN%2ByFQlciMV9MUF5MJ%2B%2Fe0TYZnphnvQG1ypI%2BeTbkQ6AH3SMzaKJV7tP08NWJj83Mpz9b5DzMYZEO%2FNfhAnDGJcGGm2ULrcRJOy3bu%2BoTdmtnIuhXyQa5NickMGsTjE76ssaXxelMvYyp9pqKlsH9LBhLG5tGSRZ22hY%2Fk%2FxngItDuvXXeAABleEzG%2BjXKt6lGS6vpAYkDQX%2BdX6dvQvU3E0PLoexwEeKQ0v8E6kgk7rZBVF0r9lK2ptPjY2a%2FbR6fJA2vzhhDpVTLG7KX4pI43m5qrF%2FcFZaAf6lDuCc4joSvky39sSGct5vr5HOXvm8cWckgwZfpPK6VP%2BrNlGRfxSfpVKrGnWX%2BTXfiHraIdECGCZ1IjLeQJ6El6VGHY%3D&checksum=383242482257ef16f42dbf9142268f6b6f6f4000cddc" } ] }, { "blue shirt": [ { "Image Link": "//ae01.alicdn.com/kf/HTB1Mo7nV4TpK1RjSZFKq6y2wXXaH/Plus-Large-Size-8XL-7XL-6XL-5XL-Mens-Business-Casual-Long-Sleeved-Shirt-Classic-White-Black.jpg_220x220xz.jpg_.webp", "Price": "US $13.99", "Product name": "Long-Sleeved Shirt Social-Dress Classic Business-Casual Black Dark-Blue White Male Large-Size", "Products id": 1, "Profile Link": "//www.aliexpress.com/item/32868169507.html?algo_pvid=8de73da1-19b6-4caf-a27b-c4d1a9ddd685&algo_expid=8de73da1-19b6-4caf-a27b-c4d1a9ddd685-0&btsid=b5e6497a-8d26-4f67-950c-7de324a7d206&ws_ab_test=searchweb0_0,searchweb201602_4,searchweb201603_55" }, { "Image Link": "//ae01.alicdn.com/kf/Hd579ae245e8f489e988ab6b01ed642d6p/Men-s-Long-Sleeve-Slim-Fit-Dress-Casual-Shirt-White-Blue-Red-Yellow-Male-Social-Shirt.jpg_220x220xz.jpg_.webp", "Price": "US $11.14", "Product name": "Casual Shirt Dress Slim-Fit Long-Sleeve Social Blue White Male Yellow Plus-Size Men's", "Products id": 2, "Profile Link": "//www.aliexpress.com/item/4000061967001.html?algo_pvid=8de73da1-19b6-4caf-a27b-c4d1a9ddd685&algo_expid=8de73da1-19b6-4caf-a27b-c4d1a9ddd685-1&btsid=b5e6497a-8d26-4f67-950c-7de324a7d206&ws_ab_test=searchweb0_0,searchweb201602_4,searchweb201603_55" }, { "Image Link": "//ae01.alicdn.com/kf/HTB1tTe3cGSs3KVjSZPiq6AsiVXau/Plus-Size-5XL-6XL-7XL-8XL-100-Cotton-Oxford-Pure-Color-Stripe-Twill-Business-Casual-Long.jpg_220x220xz.jpg_.webp", "Price": "US $16.74 - 18.60", "Product name": "Dress-Shirt Twill Long-Sleeve Business Oxford Grey Blue White Stripe Plus-Size Casual", "Products id": 3, "Profile Link": "//www.aliexpress.com/item/33040170284.html?algo_pvid=8de73da1-19b6-4caf-a27b-c4d1a9ddd685&algo_expid=8de73da1-19b6-4caf-a27b-c4d1a9ddd685-2&btsid=b5e6497a-8d26-4f67-950c-7de324a7d206&ws_ab_test=searchweb0_0,searchweb201602_4,searchweb201603_55" }, { "Image Link": "//ae01.alicdn.com/kf/HTB1AvfYVVzqK1RjSZFoq6zfcXXa1/4XL-5XL-6XL-7XL-8XL-Large-Size-Men-s-Business-Casual-Long-Sleeved-Shirt-White-Blue.jpg_220x220xz.jpg_.webp", "Price": "US $11.49 - 12.87", "Product name": "Long-Sleeved Shirt Social Dress Business Smart Black White Male Men's Large-Size Casual", "Products id": 4, "Profile Link": "//www.aliexpress.com/item/32633561482.html?algo_pvid=8de73da1-19b6-4caf-a27b-c4d1a9ddd685&algo_expid=8de73da1-19b6-4caf-a27b-c4d1a9ddd685-3&btsid=b5e6497a-8d26-4f67-950c-7de324a7d206&ws_ab_test=searchweb0_0,searchweb201602_4,searchweb201603_55" }, { "Image Link": "//ae01.alicdn.com/kf/HTB1HRsEV5LaK1RjSZFxq6ymPFXau/2016-New-Men-s-Shirt-Solid-Color-Cotton-Linen-Soft-Comfortable-Breathable-Chemise-Homme-Male-Business.jpg_220x220xz.jpg_.webp", "Price": "US $13.99", "Product name": "Chemise Homme Shirt Men's Dress Business-Casual Blue Black White Male Plus-Size 8XL New", "Products id": 5, "Profile Link": "//www.aliexpress.com/item/32634193537.html?algo_pvid=8de73da1-19b6-4caf-a27b-c4d1a9ddd685&algo_expid=8de73da1-19b6-4caf-a27b-c4d1a9ddd685-4&btsid=b5e6497a-8d26-4f67-950c-7de324a7d206&ws_ab_test=searchweb0_0,searchweb201602_4,searchweb201603_55" }, { "Image Link": "//ae01.alicdn.com/kf/HTB13VvrfL6H8KJjy0Fjq6yXepXaf/Alimens-Gentle-Men-s-dress-casual-shirt-long-sleeve-plus-size-8xl-7xl-6xl-high-cotton.jpg_220x220xz.jpg_.webp", "Price": "US $9.60 - 20.99", "Product name": "Alimens Casual Shirt Men's Dress Long-Sleeve Gentle Blue White Fashion-Style Striped-Color", "Products id": 6, "Profile Link": "//www.aliexpress.com/item/32843642088.html?algo_pvid=8de73da1-19b6-4caf-a27b-c4d1a9ddd685&algo_expid=8de73da1-19b6-4caf-a27b-c4d1a9ddd685-5&btsid=b5e6497a-8d26-4f67-950c-7de324a7d206&ws_ab_test=searchweb0_0,searchweb201602_4,searchweb201603_55" }, { "Image Link": "//ae01.alicdn.com/kf/Hee27129cb9984eb097a85702511bfd71N/High-Quality-Non-iron-Men-s-Long-Sleeved-Dress-Shirt-100-Cotton-White-Blue-Business-Casual.jpg_220x220xz.jpg_.webp", "Price": "US $17.14", "Product name": "Dress Shirt Regular-Fit Business Long-Sleeved Social Blue White Male Plus-Size Casual", "Products id": 7, "Profile Link": "//www.aliexpress.com/item/4000061854012.html?algo_pvid=8de73da1-19b6-4caf-a27b-c4d1a9ddd685&algo_expid=8de73da1-19b6-4caf-a27b-c4d1a9ddd685-6&btsid=b5e6497a-8d26-4f67-950c-7de324a7d206&ws_ab_test=searchweb0_0,searchweb201602_4,searchweb201603_55" }, { "Image Link": "//ae01.alicdn.com/kf/HTB18WcPXiDxK1RjSsD4q6z1DFXaa/Men-s-Bamboo-Fiber-Dress-Shirts-Casual-Slim-Fit-Long-Sleeve-Male-Social-Shirts-Comfortable-Non.jpg_220x220xz.jpg_.webp", "Price": "US $13.49 - 14.99", "Product name": "Dress Shirts Chemise Homme Slim-Fit Non-Iron Bamboo-Fiber Long-Sleeve Social Blue Male", "Products id": 8, "Profile Link": "//www.aliexpress.com/item/32859900970.html?algo_pvid=8de73da1-19b6-4caf-a27b-c4d1a9ddd685&algo_expid=8de73da1-19b6-4caf-a27b-c4d1a9ddd685-7&btsid=b5e6497a-8d26-4f67-950c-7de324a7d206&ws_ab_test=searchweb0_0,searchweb201602_4,searchweb201603_55" }, { "Image Link": "//ae01.alicdn.com/kf/H5dbf73d382c442e18fbe293ab6e9b9d20/Brand-New-Designer-Shirts-Blue-Strip-Camisa-Social-White-Navy-Classic-Slim-Fit-Dress-Foraml-Man.jpg_220x220xz.jpg_.webp", "Price": "US $12.99", "Product name": "Designer Shirts Dress Strip Korean Clothes Slim-Fit Social Classic White Men 6xl Brand-New", "Products id": 9, "Profile Link": "//www.aliexpress.com/item/4000124469428.html?algo_pvid=8de73da1-19b6-4caf-a27b-c4d1a9ddd685&algo_expid=8de73da1-19b6-4caf-a27b-c4d1a9ddd685-8&btsid=b5e6497a-8d26-4f67-950c-7de324a7d206&ws_ab_test=searchweb0_0,searchweb201602_4,searchweb201603_55" }, { "Image Link": "//ae01.alicdn.com/kf/HTB1Kpj_binrK1Rjy1Xcq6yeDVXaO/2019-New-Oxford-Men-Shirt-Brand-Fashion-Business-Formal-Slim-Fit-Breathable-Social-Solid-Striped-Casual.jpg_220x220xz.jpg_.webp", "Price": "US $13.59", "Product name": "2019 New Oxford Men Shirt Brand Fashion Business Formal Slim Fit Breathable Social Solid/Striped Casual Blue Design Male Clothes", "Products id": 10, "Profile Link": "//www.aliexpress.com/item/32977635083.html?s=p&algo_pvid=8de73da1-19b6-4caf-a27b-c4d1a9ddd685&algo_expid=8de73da1-19b6-4caf-a27b-c4d1a9ddd685-9&btsid=b5e6497a-8d26-4f67-950c-7de324a7d206&ws_ab_test=searchweb0_0,searchweb201602_4,searchweb201603_55" }, { "Image Link": "//ae01.alicdn.com/kf/HTB1H3Gpaq5s3KVjSZFNq6AD3FXal/Fat-Guy-Plus-Size-9XL-10XL-12XL-14XL-Pure-Color-Formal-Casual-Easy-care-Short-Sleeve.jpg_220x220xz.jpg_.webp", "Price": "US $11.16 - 17.36", "Product name": "Men Shirt Short-Sleeve 10XL Blue Formal Yellow Plus-Size Casual 12XL 14XL Pure-Color", "Products id": 11, "Profile Link": "//www.aliexpress.com/item/33028299398.html?algo_pvid=8de73da1-19b6-4caf-a27b-c4d1a9ddd685&algo_expid=8de73da1-19b6-4caf-a27b-c4d1a9ddd685-10&btsid=b5e6497a-8d26-4f67-950c-7de324a7d206&ws_ab_test=searchweb0_0,searchweb201602_4,searchweb201603_55" }, { "Image Link": "//ae01.alicdn.com/kf/HTB1PceDaPDuK1RjSszdq6xGLpXaJ/DUDALINA-Me-Shirt-2019-Men-s-Striped-Dress-Shirts-Male-Red-Dark-Blue-Long-Sleeve-Slim.jpg_220x220xz.jpg_.webp", "Price": "US $19.37", "Product name": "DUDALINA Dress Shirts Slim-Fit Business Long-Sleeve Dark-Blue Male Striped Men's Red", "Products id": 12, "Profile Link": "//www.aliexpress.com/item/32968025939.html?algo_pvid=8de73da1-19b6-4caf-a27b-c4d1a9ddd685&algo_expid=8de73da1-19b6-4caf-a27b-c4d1a9ddd685-11&btsid=b5e6497a-8d26-4f67-950c-7de324a7d206&ws_ab_test=searchweb0_0,searchweb201602_4,searchweb201603_55" }, { "Image Link": "//ae01.alicdn.com/kf/HTB1gsxtXJfvK1RjSspoq6zfNpXa2/New-Summer-Oxford-Shirt-Men-70-Cotton-Short-Sleeve-Casual-Camisa-Social-Shirt-White-Blue-Regular.jpg_220x220xz.jpg_.webp", "Price": "US $12.99", "Product name": "Male Blouse Oxford-Shirt Short-Sleeve Regular-Fit Casual Summer Chemise Homme New Cotton", "Products id": 13, "Profile Link": "//www.aliexpress.com/item/32954051731.html?algo_pvid=8de73da1-19b6-4caf-a27b-c4d1a9ddd685&algo_expid=8de73da1-19b6-4caf-a27b-c4d1a9ddd685-12&btsid=b5e6497a-8d26-4f67-950c-7de324a7d206&ws_ab_test=searchweb0_0,searchweb201602_4,searchweb201603_55" }, { "Image Link": "//ae01.alicdn.com/kf/HTB11nSGhqAoBKNjSZSyq6yHAVXag/Brand-2018-New-Blue-Dress-Shirt-Men-Long-Sleeve-Blue-Casual-Shirt-Men-Comfortable-Dress-Shirts.jpg_220x220xz.jpg_.webp", "Price": "US $9.88", "Product name": "Dress Shirt Men Clothing Long-Sleeve Blue Brand Comfortable Camisa Masculina", "Products id": 14, "Profile Link": "//www.aliexpress.com/item/32881704780.html?algo_pvid=8de73da1-19b6-4caf-a27b-c4d1a9ddd685&algo_expid=8de73da1-19b6-4caf-a27b-c4d1a9ddd685-13&btsid=b5e6497a-8d26-4f67-950c-7de324a7d206&ws_ab_test=searchweb0_0,searchweb201602_4,searchweb201603_55" }, { "Image Link": "//ae01.alicdn.com/kf/HTB1y1oZXffsK1RjSszbq6AqBXXap/High-Quality-Oxford-Men-s-Shirts-Long-Sleeve-Solid-Dress-Shirt-Button-Down-Blue-Black-Male.jpg_220x220xz.jpg_.webp", "Price": "US $13.19 - 13.52", "Product name": "Dress Shirt Button-Down Long-Sleeve Oxford High-Quality 5XL Regular-Fit Black Casual", "Products id": 15, "Profile Link": "//www.aliexpress.com/item/32945838759.html?algo_pvid=8de73da1-19b6-4caf-a27b-c4d1a9ddd685&algo_expid=8de73da1-19b6-4caf-a27b-c4d1a9ddd685-14&btsid=b5e6497a-8d26-4f67-950c-7de324a7d206&ws_ab_test=searchweb0_0,searchweb201602_4,searchweb201603_55" }, { "Image Link": "//ae01.alicdn.com/kf/HTB10AepKBLoK1RjSZFuq6xn0XXai/FREE-OSTRICH-men-s-autumn-casual-one-piece-dress-polka-dot-slim-long-sleeved-dress-shirt.jpg_220x220xz.jpg_.webp", "Price": "US $4.51 - 10.57", "Product name": "Dress Shirt Polka-Dot Blue White Men's Long-Sleeved FREE Autumn Casual OSTRICH And Slim", "Products id": 16, "Profile Link": "//www.aliexpress.com/item/32981116910.html?algo_pvid=8de73da1-19b6-4caf-a27b-c4d1a9ddd685&algo_expid=8de73da1-19b6-4caf-a27b-c4d1a9ddd685-15&btsid=b5e6497a-8d26-4f67-950c-7de324a7d206&ws_ab_test=searchweb0_0,searchweb201602_4,searchweb201603_55" }, { "Image Link": "//ae01.alicdn.com/kf/HTB1.DAiSXXXXXbeXVXXq6xXFXXXm/Plus-Size-Men-Denim-Shirts-Long-Sleeve-4Xl-Loose-Single-Breasted-Man-S-Summer-Thin-Breathable.jpg_220x220xz.jpg_.webp", "Price": "US $16.05", "Product name": "Casual Shirt Long-Sleeve Blue Plus-Size Thin Breathable Summer 4xl A3604 Loose Men Man's", "Products id": 17, "Profile Link": "//www.aliexpress.com/item/32820037858.html?algo_pvid=8de73da1-19b6-4caf-a27b-c4d1a9ddd685&algo_expid=8de73da1-19b6-4caf-a27b-c4d1a9ddd685-16&btsid=b5e6497a-8d26-4f67-950c-7de324a7d206&ws_ab_test=searchweb0_0,searchweb201602_4,searchweb201603_55" }, { "Image Link": "//ae01.alicdn.com/kf/H1afc6c6bae064c6bbfe4df1cf54a5962R/High-Quality-Non-iron-Mens-Short-Sleeved-Dress-Shirt-100-Cotton-White-font-b-Blue-b.jpg_220x220xz.jpg_.webp", "Price": "US $18.56", "Product name": "High Quality Non-iron Mens Short Sleeved Dress Shirt 100% Cotton White Blue Casual Male Social Regular Fit Plus Size 6XL 7XL 8XL", "Products id": 18, "Profile Link": "//www.aliexpress.com/item/4000061826629.html?s=p&algo_pvid=8de73da1-19b6-4caf-a27b-c4d1a9ddd685&algo_expid=8de73da1-19b6-4caf-a27b-c4d1a9ddd685-17&btsid=b5e6497a-8d26-4f67-950c-7de324a7d206&ws_ab_test=searchweb0_0,searchweb201602_4,searchweb201603_55" }, { "Image Link": "//ae01.alicdn.com/kf/HTB1cEB0Kb1YBuNjSszeq6yblFXap/2019-New-Men-s-Autumn-Plaid-Shirt-Long-Sleeve-Slim-Fit-Casual-Shirts-Black-Blue-Men.jpg_220x220xz.jpg_.webp", "Price": "US $6.99 - 7.99", "Product name": "Plaid Shirt Slim-Fit Long-Sleeve Blue Black Autumn 5XL Men's Plus-Size New Casual Tops", "Products id": 19, "Profile Link": "//www.aliexpress.com/item/32908489052.html?algo_pvid=8de73da1-19b6-4caf-a27b-c4d1a9ddd685&algo_expid=8de73da1-19b6-4caf-a27b-c4d1a9ddd685-18&btsid=b5e6497a-8d26-4f67-950c-7de324a7d206&ws_ab_test=searchweb0_0,searchweb201602_4,searchweb201603_55" }, { "Image Link": "//ae01.alicdn.com/kf/HTB1EPo3QVXXXXa1aXXXq6xXFXXXk/Men-s-Denim-Shirt-2017-Brand-New-Long-Sleeve-Jeans-Shirt-Men-Classic-Fashion-Cotton-Pocket.jpg_220x220xz.jpg_.webp", "Price": "US $14.99 - 17.49", "Product name": "Blue Shirt Chemise Homme Men Jeans Flip-Pockets Slim-Fit Long-Sleeve Mens New Camisa Masculina", "Products id": 20, "Profile Link": "//www.aliexpress.com/item/32805444346.html?algo_pvid=8de73da1-19b6-4caf-a27b-c4d1a9ddd685&algo_expid=8de73da1-19b6-4caf-a27b-c4d1a9ddd685-19&btsid=b5e6497a-8d26-4f67-950c-7de324a7d206&ws_ab_test=searchweb0_0,searchweb201602_4,searchweb201603_55" }, { "Image Link": "//ae01.alicdn.com/kf/HTB1jSMUa8Gw3KVjSZFwq6zQ2FXaJ/ShenRun-Men-Trend-Night-Club-Coated-Metallic-blue-stage-performances-shiny-Shirts-Fashion-mens-Long-Sleeves.jpg_220x220xz.jpg_.webp", "Price": "US $17.88", "Product name": "Shenrun Dress Shirt Long-Sleeves Metallic Shiny Stage-Performances Mens Fashion Blue", "Products id": 21, "Profile Link": "//www.aliexpress.com/item/32994136049.html?algo_pvid=8de73da1-19b6-4caf-a27b-c4d1a9ddd685&algo_expid=8de73da1-19b6-4caf-a27b-c4d1a9ddd685-20&btsid=b5e6497a-8d26-4f67-950c-7de324a7d206&ws_ab_test=searchweb0_0,searchweb201602_4,searchweb201603_55" }, { "Image Link": "//ae01.alicdn.com/kf/HTB1iyvKd8LN8KJjSZFPq6xoLXXaI/2019-New-Design-Spring-Blue-Oxford-100-Cotton-Button-down-Collar-Men-Business-Dress-Shirts-Long.jpg_220x220xz.jpg_.webp", "Price": "US $14.66 - 15.58", "Product name": "Men Shirts Long-Sleeve Oxford Button-Down-Collar Business-Dress Spring Formal Brand Blue", "Products id": 22, "Profile Link": "//www.aliexpress.com/item/32847864197.html?algo_pvid=8de73da1-19b6-4caf-a27b-c4d1a9ddd685&algo_expid=8de73da1-19b6-4caf-a27b-c4d1a9ddd685-21&btsid=b5e6497a-8d26-4f67-950c-7de324a7d206&ws_ab_test=searchweb0_0,searchweb201602_4,searchweb201603_55" }, { "Image Link": "//ae01.alicdn.com/kf/Hb348eeff6a00458abd3fd642cb17548fL/Hot-Selling-Men-Long-Sleeve-Shirts-for-Men-Casual-Style-Wolf-Dog-Printing-Pattern-Blue-Black.jpg_220x220xz.jpg_.webp", "Price": "US $20", "Product name": "Shirts Long-Sleeve Blue Dog-Printing-Pattern Black Casual-Style Hot-Selling for Men Wolf", "Products id": 23, "Profile Link": "//www.aliexpress.com/item/4000089761829.html?algo_pvid=8de73da1-19b6-4caf-a27b-c4d1a9ddd685&algo_expid=8de73da1-19b6-4caf-a27b-c4d1a9ddd685-22&btsid=b5e6497a-8d26-4f67-950c-7de324a7d206&ws_ab_test=searchweb0_0,searchweb201602_4,searchweb201603_55" }, { "Image Link": "//ae01.alicdn.com/kf/HTB1aLWIagFY.1VjSZFqq6ydbXXaU/Men-s-Royal-Blue-Silk-Satin-Dress-Shirts-with-White-Bowtie-2019-New-Slim-Fit-Long.jpg_220x220xz.jpg_.webp", "Price": "US $10.99 - 14.99", "Product name": "Dress Shirts Slim-Fit Satin Long-Sleeve Party Royal-Blue White Wedding-3xl Men's Silk", "Products id": 24, "Profile Link": "//www.aliexpress.com/item/33046199084.html?algo_pvid=8de73da1-19b6-4caf-a27b-c4d1a9ddd685&algo_expid=8de73da1-19b6-4caf-a27b-c4d1a9ddd685-23&btsid=b5e6497a-8d26-4f67-950c-7de324a7d206&ws_ab_test=searchweb0_0,searchweb201602_4,searchweb201603_55" }, { "Image Link": "//ae01.alicdn.com/kf/HTB1HdINblcXBuNjt_Xoq6xIwFXaf/2018-Brand-Blue-Printed-Dress-Shirt-Men-Long-Sleeve-Big-Size-Combed-Cotton-Casual-Shirts-Men.jpg_220x220xz.jpg_.webp", "Price": "US $9.88", "Product name": "Dress Shirt Long-Sleeve Big-Size Printed Cotton Blue Combed Men", "Products id": 25, "Profile Link": "//www.aliexpress.com/item/32885098397.html?algo_pvid=8de73da1-19b6-4caf-a27b-c4d1a9ddd685&algo_expid=8de73da1-19b6-4caf-a27b-c4d1a9ddd685-24&btsid=b5e6497a-8d26-4f67-950c-7de324a7d206&ws_ab_test=searchweb0_0,searchweb201602_4,searchweb201603_55" }, { "Image Link": "//ae01.alicdn.com/kf/HTB1fsJ.XLvsK1RjSspdq6AZepXad/Large-size-10XL-11XL-12XL-13XL-14XL-Business-Office-Business-Comfort-Summer-Men-s-Short-Sleeve.jpg_220x220xz.jpg_.webp", "Price": "US $12 - 16.50", "Product name": "Blue Shirt Short-Sleeve Office 10XL Large-Size 12XL 14XL 8xl 9xl Business Men's Summer", "Products id": 26, "Profile Link": "//www.aliexpress.com/item/32982368378.html?algo_pvid=8de73da1-19b6-4caf-a27b-c4d1a9ddd685&algo_expid=8de73da1-19b6-4caf-a27b-c4d1a9ddd685-25&btsid=b5e6497a-8d26-4f67-950c-7de324a7d206&ws_ab_test=searchweb0_0,searchweb201602_4,searchweb201603_55" }, { "Image Link": "//ae01.alicdn.com/kf/HTB1FlRSQhnaK1RjSZFBq6AW7VXaA/Mens-Casual-Shirts-Cotton-Pocket-Solid-Blue-Long-Sleeved-Denim-Shirt-Men-Spring-Autumn-Fashion-Brand.jpg_220x220xz.jpg_.webp", "Price": "US $22.42", "Product name": "Denim Shirt Jeans Pocket Long-Sleeved Spring Autumn Mens Casual Cotton Fashion Brand", "Products id": 27, "Profile Link": "//www.aliexpress.com/item/33001647794.html?algo_pvid=8de73da1-19b6-4caf-a27b-c4d1a9ddd685&algo_expid=8de73da1-19b6-4caf-a27b-c4d1a9ddd685-26&btsid=b5e6497a-8d26-4f67-950c-7de324a7d206&ws_ab_test=searchweb0_0,searchweb201602_4,searchweb201603_55" }, { "Image Link": "//ae01.alicdn.com/kf/HTB1ZQeoPVXXXXaCaXXXq6xXFXXXC/Basic-Office-Working-Dress-Shirt-Men-Long-Sleeve-Solid-Color-White-Black-Pink-Blue-Red-Male.jpg_220x220xz.jpg_.webp", "Price": "US $10.50", "Product name": "Male Shirts Long-Sleeve Office-Working Black White Homme Blue Basic Pink Social Red Camisa Masculina", "Products id": 28, "Profile Link": "//www.aliexpress.com/item/32795397824.html?algo_pvid=8de73da1-19b6-4caf-a27b-c4d1a9ddd685&algo_expid=8de73da1-19b6-4caf-a27b-c4d1a9ddd685-27&btsid=b5e6497a-8d26-4f67-950c-7de324a7d206&ws_ab_test=searchweb0_0,searchweb201602_4,searchweb201603_55" }, { "Image Link": "//ae01.alicdn.com/kf/Heaca70a5b6794b278001e26daae8571aL/Plus-Size-5XL-6XL-7XL-8XL-Striped-Twill-Long-Sleeve-Men-Shirt-White-Red-Blue-Male.jpg_220x220xz.jpg_.webp", "Price": "US $12.76 - 13.92", "Product name": "Men Shirt Twill Long-Sleeve White Large Plus-Size 5XL Big-Dress Business Striped Blue", "Products id": 29, "Profile Link": "//www.aliexpress.com/item/32867273895.html?algo_pvid=8de73da1-19b6-4caf-a27b-c4d1a9ddd685&algo_expid=8de73da1-19b6-4caf-a27b-c4d1a9ddd685-28&btsid=b5e6497a-8d26-4f67-950c-7de324a7d206&ws_ab_test=searchweb0_0,searchweb201602_4,searchweb201603_55" }, { "Image Link": "//ae01.alicdn.com/kf/HLB1lryybvfsK1RjSszgq6yXzpXaH/US-Fashion-Floral-Men-Shirts-Plus-Size-Flower-Printed-Casual-Camisas-Masculina-Black-White-Red-Blue.jpg_220x220xz.jpg_.webp", "Price": "US $12.83 - 14.35", "Product name": "Male Shirts Flower-Printed Blue Black White Floral Men Plus-Size Casual Fashion Masculina", "Products id": 30, "Profile Link": "//www.aliexpress.com/item/32977889072.html?algo_pvid=8de73da1-19b6-4caf-a27b-c4d1a9ddd685&algo_expid=8de73da1-19b6-4caf-a27b-c4d1a9ddd685-29&btsid=b5e6497a-8d26-4f67-950c-7de324a7d206&ws_ab_test=searchweb0_0,searchweb201602_4,searchweb201603_55" }, { "Image Link": "//ae01.alicdn.com/kf/HTB1EZL7gxPI8KJjSspoq6x6MFXas/striped-shirt-men-100-cotton-dress-shirts-2015-summer-black-white-business-casual-Men-s-cotton.jpg_220x220xz.jpg_.webp", "Price": "US $15.88", "Product name": "Langmeng Shirt Business-Dress Long-Sleeve Blue White Plus-Size Brand 5xl Men Social Male", "Products id": 31, "Profile Link": "//www.aliexpress.com/item/32327093291.html?algo_pvid=8de73da1-19b6-4caf-a27b-c4d1a9ddd685&algo_expid=8de73da1-19b6-4caf-a27b-c4d1a9ddd685-30&btsid=b5e6497a-8d26-4f67-950c-7de324a7d206&ws_ab_test=searchweb0_0,searchweb201602_4,searchweb201603_55" }, { "Image Link": "//ae01.alicdn.com/kf/HTB1eFRLfOQnBKNjSZFmq6AApVXav/Men-Summer-Blue-Denim-Shirts-Good-Quality-Men-Cotton-Thin-Jean-Shirts-New-Fashion-Men-Short.jpg_220x220xz.jpg_.webp", "Price": "US $15.52", "Product name": "Denim Shirts Jean Blue Short-Sleeve Thin Casual Cotton Men Summer Size-3xl New-Fashion", "Products id": 32, "Profile Link": "//www.aliexpress.com/item/32874907956.html?algo_pvid=8de73da1-19b6-4caf-a27b-c4d1a9ddd685&algo_expid=8de73da1-19b6-4caf-a27b-c4d1a9ddd685-31&btsid=b5e6497a-8d26-4f67-950c-7de324a7d206&ws_ab_test=searchweb0_0,searchweb201602_4,searchweb201603_55" }, { "Image Link": "//ae01.alicdn.com/kf/HTB1caQ_bvBj_uVjSZFpq6A0SXXaT/Men-s-Retro-Tartan-Shirts-Harajuku-Long-Sleeve-Plaid-Shirt-Red-black-green-blue-Men-Women.jpg_220x220xz.jpg_.webp", "Price": "US $15.42 - 17.13", "Product name": "Plaid Shirt Long-Sleeve Green/blue Clothing M-5XL Men's Retro Harajuku Lattice Hip-Hop", "Products id": 33, "Profile Link": "//www.aliexpress.com/item/33047408804.html?algo_pvid=8de73da1-19b6-4caf-a27b-c4d1a9ddd685&algo_expid=8de73da1-19b6-4caf-a27b-c4d1a9ddd685-32&btsid=b5e6497a-8d26-4f67-950c-7de324a7d206&ws_ab_test=searchweb0_0,searchweb201602_4,searchweb201603_55" }, { "Image Link": "//ae01.alicdn.com/kf/HTB11j.EXKbviK0jSZFNq6yApXXag/Print-Stripe-Shirt-Men-Royal-Blue-Black-Red-Mens-Casual-Shirts-Slim-Fit-Business-Casual-Office.jpg_220x220xz.jpg_.webp", "Price": "US $19.08", "Product name": "Shirt Men Office Royal-Blue Black Slim-Fit Business Print Stripe Casual Social Masculina", "Products id": 34, "Profile Link": "//www.aliexpress.com/item/4000012256451.html?algo_pvid=8de73da1-19b6-4caf-a27b-c4d1a9ddd685&algo_expid=8de73da1-19b6-4caf-a27b-c4d1a9ddd685-33&btsid=b5e6497a-8d26-4f67-950c-7de324a7d206&ws_ab_test=searchweb0_0,searchweb201602_4,searchweb201603_55" }, { "Image Link": "//ae01.alicdn.com/kf/HTB1PtwyayzxK1Rjy1zkq6yHrVXag/Mens-Plaid-Shirt-Blue-2019-Spring-New-Long-Sleeve-Check-Shirt-Cotton-Slim-Fit-Office-Style.jpg_220x220xz.jpg_.webp", "Price": "US $15.99", "Product name": "Check Shirt Clothing Long-Sleeve Office-Style Blue Slim-Fit Eu-Size Mens Plaid Button-Down", "Products id": 35, "Profile Link": "//www.aliexpress.com/item/32969135160.html?algo_pvid=8de73da1-19b6-4caf-a27b-c4d1a9ddd685&algo_expid=8de73da1-19b6-4caf-a27b-c4d1a9ddd685-34&btsid=b5e6497a-8d26-4f67-950c-7de324a7d206&ws_ab_test=searchweb0_0,searchweb201602_4,searchweb201603_55" }, { "Image Link": "//ae01.alicdn.com/kf/Hfe91935f611c496692a8e758b137f5f68/Autumn-New-Fashion-Men-brand-Cotton-Slim-Fit-Long-sleeve-Jeans-blue-Shirt-Male-Casual-washed.jpg_220x220xz.jpg_.webp", "Price": "US $18.45 - 19.55", "Product name": "Blue Shirt Jeans Long-Sleeve Autumn Slim-Fit Homme Casual Cotton New-Fashion Brand Male", "Products id": 36, "Profile Link": "//www.aliexpress.com/item/4000123844433.html?algo_pvid=8de73da1-19b6-4caf-a27b-c4d1a9ddd685&algo_expid=8de73da1-19b6-4caf-a27b-c4d1a9ddd685-35&btsid=b5e6497a-8d26-4f67-950c-7de324a7d206&ws_ab_test=searchweb0_0,searchweb201602_4,searchweb201603_55" }, { "Image Link": "//ae01.alicdn.com/kf/Hd6e5caa5fb204077b6c075d076340cdfM/Retro-Scottish-Plaid-Shirts-Men-Black-blue-red-yellow-Fashionable-Swag-Oversize-Striped-Tartan-Shirts-All.jpg_220x220xz.jpg_.webp", "Price": "US $24.99 - 26.99", "Product name": "Plaid Shirts Tartan Scottish Striped Oversize Fashionable Swag Retro Male Men All-Match", "Products id": 37, "Profile Link": "//www.aliexpress.com/item/4000044097167.html?algo_pvid=8de73da1-19b6-4caf-a27b-c4d1a9ddd685&algo_expid=8de73da1-19b6-4caf-a27b-c4d1a9ddd685-36&btsid=b5e6497a-8d26-4f67-950c-7de324a7d206&ws_ab_test=searchweb0_0,searchweb201602_4,searchweb201603_55" }, { "Image Link": "//ae01.alicdn.com/kf/Ha667dccfd02f4f62a26527dd330b3b0ez/Autumn-New-Men-Hip-hop-white-blue-stripe-Patchwork-Loose-Long-sleeve-Shirts-Harajuku-style-Streetwear.jpg_220x220xz.jpg_.webp", "Price": "US $17.23", "Product name": "Casual Shirt Oversized Long-Sleeve Patchwork Blue White Streetwear Autumn Stripe New", "Products id": 38, "Profile Link": "//www.aliexpress.com/item/4000153942462.html?algo_pvid=8de73da1-19b6-4caf-a27b-c4d1a9ddd685&algo_expid=8de73da1-19b6-4caf-a27b-c4d1a9ddd685-37&btsid=b5e6497a-8d26-4f67-950c-7de324a7d206&ws_ab_test=searchweb0_0,searchweb201602_4,searchweb201603_55" }, { "Image Link": "//ae01.alicdn.com/kf/HTB1bgcCSpXXXXbYXFXXq6xXFXXX7/AFS-JEEP-Autumn-Denim-Shirt-Men-Long-Sleeve-Dark-Blue-Military-Cotton-Casual-Shirts-High-Quality.jpg_220x220xz.jpg_.webp", "Price": "US $25.89", "Product name": "Dress Shirt Pocket Collar Long-Sleeve Autumn Dark-Blue High-Quality Military Black Brand", "Products id": 39, "Profile Link": "//www.aliexpress.com/item/32823552966.html?algo_pvid=8de73da1-19b6-4caf-a27b-c4d1a9ddd685&algo_expid=8de73da1-19b6-4caf-a27b-c4d1a9ddd685-38&btsid=b5e6497a-8d26-4f67-950c-7de324a7d206&ws_ab_test=searchweb0_0,searchweb201602_4,searchweb201603_55" }, { "Image Link": "//ae01.alicdn.com/kf/HTB11KVjPFXXXXb.XFXXq6xXFXXXo/AFS-JEEP-Naval-Army-Slim-Cotton-Casual-Shirts-Plus-Small-Men-Fashion-High-Quality-Summer-Short.jpg_220x220xz.jpg_.webp", "Price": "US $18.89", "Product name": "Dress Shirt Short-Sleeve Blue High-Quality Men Summer Comfortable Cotton Fashion Armygreen", "Products id": 40, "Profile Link": "//www.aliexpress.com/item/32792832177.html?algo_pvid=8de73da1-19b6-4caf-a27b-c4d1a9ddd685&algo_expid=8de73da1-19b6-4caf-a27b-c4d1a9ddd685-39&btsid=b5e6497a-8d26-4f67-950c-7de324a7d206&ws_ab_test=searchweb0_0,searchweb201602_4,searchweb201603_55" }, { "Image Link": "//ae01.alicdn.com/kf/Hd20662758e454c11a60ba1a8ba11d0a7P/High-Quality-New-Shirt-Men-Long-Sleeve-Cotton-Casual-White-Blue-Slim-Fit-Camisa-Business-Classic.jpg_220x220xz.jpg_.webp", "Price": "US $18.99", "Product name": "Shirt Men Slim-Fit Long-Sleeve White High-Quality Business Classic Casual Cotton Blue", "Products id": 41, "Profile Link": "//www.aliexpress.com/item/32920108072.html?algo_pvid=8de73da1-19b6-4caf-a27b-c4d1a9ddd685&algo_expid=8de73da1-19b6-4caf-a27b-c4d1a9ddd685-40&btsid=b5e6497a-8d26-4f67-950c-7de324a7d206&ws_ab_test=searchweb0_0,searchweb201602_4,searchweb201603_55" }, { "Image Link": "//ae01.alicdn.com/kf/HTB17oLPe8Kw3KVjSZTEq6AuRpXaj/Autumn-Winter-New-Men-Shirt-Fashion-2019-Streetwear-Long-Sleeve-Mens-Casual-Shirts-Slim-Fit-Printed.jpg_220x220xz.jpg_.webp", "Price": "US $21.13", "Product name": "Printed Shirt Streetwear Blue Male Clothing Slim-Fit Long-Sleeve Autumn Mens Fashion", "Products id": 42, "Profile Link": "//www.aliexpress.com/item/33052652109.html?algo_pvid=8de73da1-19b6-4caf-a27b-c4d1a9ddd685&algo_expid=8de73da1-19b6-4caf-a27b-c4d1a9ddd685-41&btsid=b5e6497a-8d26-4f67-950c-7de324a7d206&ws_ab_test=searchweb0_0,searchweb201602_4,searchweb201603_55" }, { "Image Link": "//ae01.alicdn.com/kf/HTB1_GdfbUCF3KVjSZJnq6znHFXaP/2019-Summer-Autumn-Fashion-Denim-Shirt-Men-Slim-Fit-Long-Sleeve-Solid-Shirt-Cotton-Top-Male.jpg_220x220xz.jpg_.webp", "Price": "US $15.91", "Product name": "Denim Shirt Pocket Long-Sleeve Blue Autumn Slim-Fit Casual Cotton Fashion Summer Male", "Products id": 43, "Profile Link": "//www.aliexpress.com/item/33032276888.html?algo_pvid=8de73da1-19b6-4caf-a27b-c4d1a9ddd685&algo_expid=8de73da1-19b6-4caf-a27b-c4d1a9ddd685-42&btsid=b5e6497a-8d26-4f67-950c-7de324a7d206&ws_ab_test=searchweb0_0,searchweb201602_4,searchweb201603_55" }, { "Image Link": "//ae01.alicdn.com/kf/HTB1K0QMQirpK1RjSZFhq6xSdXXa3/Men-s-Dress-Shirt-Top-Mandarin-Collar-Blue-Long-Sleeve-Plus-Size-5XL-Slim-Fit-Shirts.jpg_220x220xz.jpg_.webp", "Price": "US $13.43 - 14.64", "Product name": "Men's Dress Shirt Mandarin-Collar Slim-Fit Streetwear Long-Sleeve Blue Male Men Summer", "Products id": 44, "Profile Link": "//www.aliexpress.com/item/33000922824.html?algo_pvid=8de73da1-19b6-4caf-a27b-c4d1a9ddd685&algo_expid=8de73da1-19b6-4caf-a27b-c4d1a9ddd685-43&btsid=b5e6497a-8d26-4f67-950c-7de324a7d206&ws_ab_test=searchweb0_0,searchweb201602_4,searchweb201603_55" }, { "Image Link": "//ae01.alicdn.com/kf/HTB1ULzTrpuWBuNjSspnq6x1NVXaY/New-Spring-Fashion-Casual-Plus-Size-5XL-6XL-7XL-8XL-Easy-Care-Striped-Twill-Short-Sleeve.jpg_220x220xz.jpg_.webp", "Price": "US $12.76 - 13.34", "Product name": "Dress-Shirt Short-Sleeve Striped Green Plus-Size 5XL Fashion 8XL Spring Casual Blue New", "Products id": 45, "Profile Link": "//www.aliexpress.com/item/32875803403.html?algo_pvid=8de73da1-19b6-4caf-a27b-c4d1a9ddd685&algo_expid=8de73da1-19b6-4caf-a27b-c4d1a9ddd685-44&btsid=b5e6497a-8d26-4f67-950c-7de324a7d206&ws_ab_test=searchweb0_0,searchweb201602_4,searchweb201603_55" }, { "Image Link": "//ae01.alicdn.com/kf/HTB1txbOaOzxK1RjSspjq6AS.pXaT/7XL-Plus-size-New-2018-Business-men-Shirt-Mens-Brand-Long-Sleeve-Striped-Twill-social-work.jpg_220x220xz.jpg_.webp", "Price": "US $18.35", "Product name": "Male Shirts Work-Dress Long-Sleeve Social White Business Striped Plus-Size Mens Brand", "Products id": 46, "Profile Link": "//www.aliexpress.com/item/32972035406.html?algo_pvid=8de73da1-19b6-4caf-a27b-c4d1a9ddd685&algo_expid=8de73da1-19b6-4caf-a27b-c4d1a9ddd685-45&btsid=b5e6497a-8d26-4f67-950c-7de324a7d206&ws_ab_test=searchweb0_0,searchweb201602_4,searchweb201603_55" }, { "Image Link": "//ae01.alicdn.com/kf/HTB1GTyfO3HqK1RjSZFkq6x.WFXaS/Spring-Autumn-Denim-Shirts-Men-Plus-Size-XXXXL-Long-Sleeves-Cotton-Casual-Male-Jeans-Shirts-Mens.jpg_220x220xz.jpg_.webp", "Price": "US $27.53", "Product name": "Jeans Shirts Long-Sleeves Blue Black Autumn Male Mens Casual Cotton XXXXL Spring M-4XL", "Products id": 47, "Profile Link": "//www.aliexpress.com/item/32996192305.html?algo_pvid=8de73da1-19b6-4caf-a27b-c4d1a9ddd685&algo_expid=8de73da1-19b6-4caf-a27b-c4d1a9ddd685-46&btsid=b5e6497a-8d26-4f67-950c-7de324a7d206&ws_ab_test=searchweb0_0,searchweb201602_4,searchweb201603_55" }, { "Image Link": "//ae01.alicdn.com/kf/HTB1tA28dr3XS1JjSZFFq6AvupXaR/Genuine-Gaupucean-Man-Shirt-Denim-100-Pure-Cotton-Spring-Autumn-Long-Sleeve-Male-Solid-Blue-Good.jpg_220x220xz.jpg_.webp", "Price": "US $29.99", "Product name": "Gaupucean Man Shirt Jean Long-Sleeve Blue Spring Autumn Denim 100%Pure-Cotton Male Solid", "Products id": 48, "Profile Link": "//www.aliexpress.com/item/32832181784.html?algo_pvid=8de73da1-19b6-4caf-a27b-c4d1a9ddd685&algo_expid=8de73da1-19b6-4caf-a27b-c4d1a9ddd685-47&btsid=b5e6497a-8d26-4f67-950c-7de324a7d206&ws_ab_test=searchweb0_0,searchweb201602_4,searchweb201603_55" }, { "Image Link": "//ae01.alicdn.com/kf/HTB1UqbxIFXXXXbSXVXXq6xXFXXXP/Plus-Size-Men-Denim-Shirts-5XL-Cotton-Turn-down-Collar-Pockets-Camiseta-Masculina-2015-Autumn-Long.jpg_220x220xz.jpg_.webp", "Price": "US $15.21", "Product name": "Denim Shirts Long-Sleeve Blue Plus-Size Pockets Camiseta Masculina Turn-Down-Collar Autumn", "Products id": 49, "Profile Link": "//www.aliexpress.com/item/32404764982.html?algo_pvid=8de73da1-19b6-4caf-a27b-c4d1a9ddd685&algo_expid=8de73da1-19b6-4caf-a27b-c4d1a9ddd685-48&btsid=b5e6497a-8d26-4f67-950c-7de324a7d206&ws_ab_test=searchweb0_0,searchweb201602_4,searchweb201603_55" }, { "Image Link": "//ae01.alicdn.com/kf/HTB1w9NBX4iH3KVjSZPfq6xBiVXaG/Aoliwen-men-100-cotton-long-sleeve-Oxford-Textile-Leisure-Business-dress-shirt-Social-men-s-shirts.jpg_220x220xz.jpg_.webp", "Price": "US $14.88", "Product name": "Aoliwen Dress Shirt Oxford-Textile Long-Sleeve Blue High-Quality Business Stripes Cotton", "Products id": 50, "Profile Link": "//www.aliexpress.com/item/33024814488.html?algo_pvid=8de73da1-19b6-4caf-a27b-c4d1a9ddd685&algo_expid=8de73da1-19b6-4caf-a27b-c4d1a9ddd685-49&btsid=b5e6497a-8d26-4f67-950c-7de324a7d206&ws_ab_test=searchweb0_0,searchweb201602_4,searchweb201603_55" }, { "Image Link": "//ae01.alicdn.com/kf/Hfcb098965be646bcb268ab96cffc8762F/GXXH-Plus-Size-7XL-6XL-5XL-Autumn-Overisize-Long-Sleeve-Shirts-Mens-Cotton-Light-Blue-Male.jpg_220x220xz.jpg_.webp", "Price": "US $24.94", "Product name": "GXXH Shirts Mens Light-Blue Long-Sleeve Plus-Size Overisize Autumn Casual Cotton 5XL", "Products id": 51, "Profile Link": "//www.aliexpress.com/item/4000185901155.html?algo_pvid=8de73da1-19b6-4caf-a27b-c4d1a9ddd685&algo_expid=8de73da1-19b6-4caf-a27b-c4d1a9ddd685-50&btsid=b5e6497a-8d26-4f67-950c-7de324a7d206&ws_ab_test=searchweb0_0,searchweb201602_4,searchweb201603_55" }, { "Image Link": "//ae01.alicdn.com/kf/HTB1UTTCvQ9WBuNjSspeq6yz5VXac/Pioneer-Camp-solid-casual-shirt-men-brand-clothing-long-sleeve-shirt-male-top-quality-pure-cotton.jpg_220x220xz.jpg_.webp", "Price": "US $15.68 - 18.25", "Product name": "Shirt Male Long-Sleeve Grey Blue White Plus-Size Pioneer Brand-Clothing Camp Solid Casual", "Products id": 52, "Profile Link": "//www.aliexpress.com/item/32881898588.html?algo_pvid=8de73da1-19b6-4caf-a27b-c4d1a9ddd685&algo_expid=8de73da1-19b6-4caf-a27b-c4d1a9ddd685-51&btsid=b5e6497a-8d26-4f67-950c-7de324a7d206&ws_ab_test=searchweb0_0,searchweb201602_4,searchweb201603_55" }, { "Image Link": "//ae01.alicdn.com/kf/HTB1rBW4atzvK1RkSnfoq6zMwVXay/Men-s-Cargo-Shirt-2019-Newest-Casual-Long-Sleeve-Embroidery-Solid-Shirts-Classic-Male-Military-Shirt.jpg_220x220xz.jpg_.webp", "Price": "US $15.75 - 16.75", "Product name": "Cargo-Shirt Embroidery Long-Sleeve Blue Classic Eu-Size Men's Casual Khaki Male Newest", "Products id": 53, "Profile Link": "//www.aliexpress.com/item/32964341332.html?algo_pvid=8de73da1-19b6-4caf-a27b-c4d1a9ddd685&algo_expid=8de73da1-19b6-4caf-a27b-c4d1a9ddd685-52&btsid=b5e6497a-8d26-4f67-950c-7de324a7d206&ws_ab_test=searchweb0_0,searchweb201602_4,searchweb201603_55" }, { "Image Link": "//ae01.alicdn.com/kf/HTB1PDyFMpXXXXXRXpXXq6xXFXXXC/High-quality-men-s-Slim-denim-shirts-new-plus-size-M-6XL-fashion-casual-wash-blue.jpg_220x220xz.jpg_.webp", "Price": "US $19.50", "Product name": "Jeans Shirts Chemise Homme Cargo Blue Long-Sleeved High-Quality Casual-Wash Men's Plus-Size", "Products id": 54, "Profile Link": "//www.aliexpress.com/item/32651007335.html?algo_pvid=8de73da1-19b6-4caf-a27b-c4d1a9ddd685&algo_expid=8de73da1-19b6-4caf-a27b-c4d1a9ddd685-53&btsid=b5e6497a-8d26-4f67-950c-7de324a7d206&ws_ab_test=searchweb0_0,searchweb201602_4,searchweb201603_55" }, { "Image Link": "//ae01.alicdn.com/kf/HTB1icjGIpXXXXXLXXXXq6xXFXXX6/Men-Aloha-Shirt-Cruise-Tropical-Luau-Beach-Hawaiian-Party-Sunset-Palm-Tree-Blue-And-Red-US.jpg_220x220xz.jpg_.webp", "Price": "US $22.50", "Product name": "Aloha Shirt Tropical-Luau Hawaiian Blue Beach Party Us-Size Casual And Red V25 Cruise", "Products id": 55, "Profile Link": "//www.aliexpress.com/item/32378767445.html?algo_pvid=8de73da1-19b6-4caf-a27b-c4d1a9ddd685&algo_expid=8de73da1-19b6-4caf-a27b-c4d1a9ddd685-54&btsid=b5e6497a-8d26-4f67-950c-7de324a7d206&ws_ab_test=searchweb0_0,searchweb201602_4,searchweb201603_55" }, { "Image Link": "//ae01.alicdn.com/kf/H2763efc5c86646be889808657c054b51A/Royal-Blue-Shirt-Men-Silk-Satin-Smooth-Shirt-Luxury-Sequin-Tuxedo-Shirt-Party-Stage-Performance-Shiny.jpg_220x220xz.jpg_.webp", "Price": "US $13.75 - 13.95", "Product name": "Tuxedo Shirt Disco-Dress Satin Party Royal-Blue Shiny Luxury Stage-Performance Sequin", "Products id": 56, "Profile Link": "//www.aliexpress.com/item/4000096230405.html?algo_pvid=8de73da1-19b6-4caf-a27b-c4d1a9ddd685&algo_expid=8de73da1-19b6-4caf-a27b-c4d1a9ddd685-55&btsid=b5e6497a-8d26-4f67-950c-7de324a7d206&ws_ab_test=searchweb0_0,searchweb201602_4,searchweb201603_55" }, { "Image Link": "//ae01.alicdn.com/kf/HTB1NRjHbdfvK1RjSszhq6AcGFXa2/2019-Japanese-Style-Men-s-New-Lattice-Printing-Coats-Black-green-blue-red-Color-Fashion-Male.jpg_220x220xz.jpg_.webp", "Price": "US $13.17", "Product name": "Printing-Coats Shirts Japanese-Style Big-Size Long-Sleeves M-5XL Men's Fashion New Male", "Products id": 57, "Profile Link": "//www.aliexpress.com/item/32974064154.html?algo_pvid=8de73da1-19b6-4caf-a27b-c4d1a9ddd685&algo_expid=8de73da1-19b6-4caf-a27b-c4d1a9ddd685-56&btsid=b5e6497a-8d26-4f67-950c-7de324a7d206&ws_ab_test=searchweb0_0,searchweb201602_4,searchweb201603_55" }, { "Image Link": "//ae01.alicdn.com/kf/HTB1qRUfLPDpK1RjSZFrq6y78VXau/Summer-2019-Men-Shirt-Pocket-Solid-Blue-Gray-White-Yellow-Man-Casual-Short-Sleeve-Slim-Fit.jpg_220x220xz.jpg_.webp", "Price": "US $22.68", "Product name": "Brand Clothing Shirt Pocket Blue White Yellow Summer Wear Short-Sleeve Slim-Fit Casual", "Products id": 58, "Profile Link": "//www.aliexpress.com/item/32985844764.html?algo_pvid=8de73da1-19b6-4caf-a27b-c4d1a9ddd685&algo_expid=8de73da1-19b6-4caf-a27b-c4d1a9ddd685-57&btsid=b5e6497a-8d26-4f67-950c-7de324a7d206&ws_ab_test=searchweb0_0,searchweb201602_4,searchweb201603_55" }, { "Image Link": "//ae01.alicdn.com/kf/H6a288d07df254202a89687a8907d97c9X/Japanese-Harajuku-Vintage-Distressed-Denim-Shirt-for-Men-Urban-Boys-Street-Wear-Hip-Hop-Denim-Blue.jpg_220x220xz.jpg_.webp", "Price": "US $47.99", "Product name": "Denim Shirt Oversized Vintage Blue Urban Street-Wear Distressed Harajuku for Men Boys", "Products id": 59, "Profile Link": "//www.aliexpress.com/item/4000050458389.html?algo_pvid=8de73da1-19b6-4caf-a27b-c4d1a9ddd685&algo_expid=8de73da1-19b6-4caf-a27b-c4d1a9ddd685-58&btsid=b5e6497a-8d26-4f67-950c-7de324a7d206&ws_ab_test=searchweb0_0,searchweb201602_4,searchweb201603_55" }, { "Image Link": "//ae01.alicdn.com/kf/H8fdbac4f4b4c461d8e9671de7d5dc5a09/KUEGOU-2019-Autumn-Cotton-Letter-Blue-Shirt-Men-Dress-Button-Casual-Slim-Fit-Long-Sleeve-For.jpg_220x220xz.jpg_.webp", "Price": "US $29.77", "Product name": "KUEGOU Men Dress Blouse Button Long-Sleeve Casual Slim-Fit Autumn Plus-Size Brand Letter", "Products id": 60, "Profile Link": "//www.aliexpress.com/item/4000162862363.html?algo_pvid=8de73da1-19b6-4caf-a27b-c4d1a9ddd685&algo_expid=8de73da1-19b6-4caf-a27b-c4d1a9ddd685-59&btsid=b5e6497a-8d26-4f67-950c-7de324a7d206&ws_ab_test=searchweb0_0,searchweb201602_4,searchweb201603_55" } ] } ]
smithdalec
Bring Atom's One Dark syntax theme to Material Theme for JetBrains IDEs
hmwassim
one dark variant fused with material design for VS-Code
marklearst
Webstorm One Dark UI + Theme based off Webstorm Material UI & Atom's One Dark theme and highlighting.
psullivan6
VSCode Material-UI dark color theme because the world really needed another one.
paysonwallach
A dark syntax theme based on Atom's One Dark theme, built with Google's Material Design color palette.