git branch -m old_branch new_branch
git push origin :old_branch
| { | |
| "data": { | |
| "kw": [ | |
| { | |
| "id": "o1102", | |
| "name": "Integrity First Realty - Mesa/Gilbert", | |
| "type_id": 3, | |
| "type_name": "Market Center", | |
| "parent_id": "o179", | |
| "roles": { |
| <?php | |
| namespace App\Console\Commands; | |
| use Illuminate\Console\Command; | |
| class RoutesCommand extends Command { | |
| /** | |
| * The console command name. | |
| * |
| '{"data":{"0":{"searchQuery":"","form":{"lastMnsView":[],"ownershipType":"","hasNeighborhoods":null,"primaryPhone":"","updatedAt":[],"ownership":"","primaryAddress":"","customTagsFilterByEmpty":false,"stages":[],"systemTagsFilterByEmpty":false,"lastContactDate":[],"sources":[],"tags":[],"dateOfBirth":[],"ownersAndTeammates":[],"primaryEmail":"","createdAt":[],"company":[],"isConnected":""},"view":"list","headers":[{"fixed":"left","width":70,"Header":"","accessor":"profilePhoto","sortable":false,"isVisible":false,"resizable":false},{"fixed":"left","width":250,"Header":"Name","accessor":"firstName","sortable":false,"isVisible":true,"resizable":true},{"width":200,"Header":"Last Visited","accessor":"lastMnsView","sortable":true,"isVisible":false,"resizable":true},{"width":200,"Header":"Last Contacted","accessor":"lastContactDate","sortable":true,"isVisible":false,"resizable":true},{"width":250,"Header":"System Tags","accessor":"systemTags","sortable":false,"isVisible":false,"resizable":true},{"width":250,"Header" |
| { | |
| "data": [ | |
| { | |
| "office": { | |
| "id": 68, | |
| "name": "KW Leeds Central", | |
| "org_id": "6152", | |
| "region_org_id": "5968" | |
| }, | |
| "user": { |
| { | |
| "data": [ | |
| { | |
| "office": { | |
| "id": 68, | |
| "name": "KW Leeds Central", | |
| "org_id": "6152", | |
| "region_org_id": "5968" | |
| }, | |
| "user": { |
| package com.datagram; | |
| import java.io.ByteArrayInputStream; | |
| import java.net.DatagramPacket; | |
| import java.net.DatagramSocket; | |
| import javax.sound.sampled.AudioFormat; | |
| import javax.sound.sampled.AudioInputStream; | |
| import javax.sound.sampled.AudioSystem; | |
| import javax.sound.sampled.DataLine; |
| package com.streamaudio; | |
| import android.util.Log; | |
| import java.io.IOException; | |
| import java.net.DatagramPacket; | |
| import java.net.DatagramSocket; | |
| import java.net.InetAddress; | |
| import java.net.SocketException; |