Skip to content

Instantly share code, notes, and snippets.

View Satyam506's full-sized avatar
🏠
Working from home

Satyam Rajput Satyam506

🏠
Working from home
View GitHub Profile
<LinearLayout
android:orientation="vertical"
android:layout_width="wrap_content"
android:layout_height="wrap_content">
<TextView
android:text="Guest List"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
@Toddses
Toddses / iis-web.config
Last active July 14, 2023 04:29
Example web.config for WordPress on IIS
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<defaultDocument>
<files>
<clear />
<add value="index.php" />
</files>
</defaultDocument>
<rewrite>