This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| launchctl unload /Library/LaunchDaemons/com.trendmicro.icore.av.plist | |
| rm /Library/LaunchDaemons/com.trendmicro.* | |
| rm -r "/Library/Application Support/TrendMicro" | |
| rm -r /Library/Frameworks/TMAppCommon.framework | |
| rm -r /Library/Frameworks/TMAppCore.framework | |
| rm -r /Library/Frameworks/TMGUIUtil.framework | |
| rm -r /Library/Frameworks/iCoreClient.framework | |
| rm -r /Applications/TrendMicroSecurity.app |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # Stop all containers | |
| containers=`docker ps -a -q` | |
| if [ -n "$containers" ] ; then | |
| docker stop $containers | |
| fi | |
| # Delete all containers | |
| containers=`docker ps -a -q` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {"lastUpload":"2020-06-16T14:43:16.031Z","extensionVersion":"v3.4.3"} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import {DateRangePicker} from "react-date-range"; | |
| import {customInputRanges, staticCustomRanges} from "./DatePickerConfig"; | |
| import * as rdrLocales from "react-date-range/src/locale"; | |
| import React, {useState} from "react"; | |
| import {addDays} from "date-fns"; | |
| const DateFilter = () => { | |
| const [dateRange, updateDateRange] = useState({ | |
| startDate: new Date(), |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo rm -rf /usr/local/lib/node /usr/local/lib/node_modules /var/db/receipts/org.nodejs.* | |
| sudo rm -rf /usr/local/lib/node* | |
| sudo rm -rf /usr/local/include/node* | |
| sudo rm -rf /usr/local/bin/npm | |
| sudo rm -rf /usr/local/bin/node | |
| sudo rm -rf /usr/local/share/man/man1/node* | |
| sudo rm -rf /usr/local/share/man/man1/npm* | |
| sudo rm -rf /usr/local/lib/dtrace/node.d |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| public class EnlacesActivity extends FragmentActivity implements InterfacesClass.OnFragmentInteractionListener { | |
| @Override | |
| protected void onCreate(Bundle savedInstanceState) { | |
| super.onCreate(savedInstanceState); | |
| setContentView(R.layout.activity_enlace); | |
| } | |
| @Override | |
| public void onFragmentCreated(HashMap<String, String> data) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| public class EnlacesActivity extends FragmentActivity { | |
| private FragmentPageAdapter pageAdapter; | |
| @Override | |
| protected void onCreate(Bundle savedInstanceState) { | |
| super.onCreate(savedInstanceState); | |
| setContentView(R.layout.activity_enlace); | |
| FragmentPageAdapter adapter = new FragmentPageAdapter(getSupportFragmentManager()); | |
| pageAdapter = new FragmentPageAdapter(getSupportFragmentManager()); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package cl.atic.enlacesfcab.fcabenlaces; | |
| import android.content.Context; | |
| import android.database.sqlite.SQLiteDatabase; | |
| import android.database.sqlite.SQLiteDatabase.CursorFactory; | |
| import android.database.sqlite.SQLiteOpenHelper; | |
| public class EnlacesSQLiteHelper extends SQLiteOpenHelper { | |
| //Creamos la tabla |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| xtype: 'list', | |
| itemId: 'MiListView', | |
| store: 'MainStore', | |
| masked: {xtype: 'loadmask', message: 'Cargando...'}, | |
| plugins:[ | |
| { | |
| xclass:'Ext.plugin.ListPaging', | |
| autoPaging: false, | |
| // These override the text; use CSS for styling |